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

Make ranef and coef work more like lme4 ranef #25

Closed kenkellner closed 3 years ago

kenkellner commented 3 years ago

ranef should return just random part, and coef should return the full random slope/intercept. Also I should add a fixef function.

kenkellner commented 3 years ago

Decided not to make this change for now.