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 custom prior distributions #49

Closed kenkellner closed 3 years ago

kenkellner commented 3 years ago

Fixes #42

codecov-commenter commented 3 years ago

Codecov Report

Merging #49 (5ddc8dd) into master (61c0af6) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   98.94%   98.99%   +0.04%     
==========================================
  Files          30       31       +1     
  Lines        1808     1898      +90     
==========================================
+ Hits         1789     1879      +90     
  Misses         19       19              
Impacted Files Coverage Δ
R/colext.R 100.00% <100.00%> (ø)
R/distsamp.R 97.30% <100.00%> (ø)
R/inputs.R 98.79% <100.00%> (+0.18%) :arrow_up:
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.85% <100.00%> (+0.04%) :arrow_up:
R/pcount.R 100.00% <100.00%> (ø)
R/priors.R 100.00% <100.00%> (ø)
R/spatial.R 100.00% <100.00%> (ø)
... and 2 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 61c0af6...5ddc8dd. Read the comment docs.