lnccbrown / HSSM

Development of HSSM package
Other
71 stars 10 forks source link

Moved fixed effects before random effects in formula specifications in HSSM documentation #391

Closed digicosmos86 closed 2 months ago

digicosmos86 commented 2 months ago

Per #387, sometimes specifying random effects before fixed effects can cause weird issues (which could be a bambi bug). In this PR, fixed effects are moved before random effects in HSSM documentation to avoid such issues. It is also more consistent with Bambi documentation

numpy and scipy are also removed from dependencies to prevent dependency conflicts, since they always come with pymc and arviz.