ianfiske / unmarked

R package for hierarchical models in ecological research
15 stars 33 forks source link

Remove lme4 dependency #36

Closed kenkellner closed 10 months ago

kenkellner commented 10 months ago

We currently use lme4 to handle bar expressions in formulas (via findbars and nobars) and to create the Z random effects matrix (via mkReTrms). This pull request re-writes this functionality from scratch (to better match what we use i for) and thus removes the lme4 dependency.