biodiverse / ubms

Fit models to data from unmarked animals using Stan. Uses a similar interface to the R package 'unmarked', while providing the advantages of Bayesian inference and allowing estimation of random effects.
https://hmecology.github.io/ubms/
GNU General Public License v3.0
35 stars 8 forks source link

Set prior distribution on random effect standard deviation #53

Closed kenkellner closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #53 (7fffdd8) into master (914348e) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   98.99%   98.99%           
=======================================
  Files          32       32           
  Lines        1981     1997   +16     
=======================================
+ Hits         1961     1977   +16     
  Misses         20       20           
Impacted Files Coverage Δ
R/colext.R 100.00% <100.00%> (ø)
R/distsamp.R 97.31% <100.00%> (+0.01%) :arrow_up:
R/inputs.R 98.79% <100.00%> (ø)
R/multinomPois.R 100.00% <100.00%> (ø)
R/occu.R 100.00% <100.00%> (ø)
R/occuRN.R 100.00% <100.00%> (ø)
R/occuTTD.R 98.86% <100.00%> (+0.01%) :arrow_up:
R/pcount.R 100.00% <100.00%> (ø)
R/priors.R 100.00% <100.00%> (ø)
R/spatial.R 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 914348e...7fffdd8. Read the comment docs.