jvparidon / lmerMultiMember

Multiple membership random effects. Wrapper around lme4::lmer and lme4::glmer.
https://jvparidon.github.io/lmerMultiMember/
MIT License
16 stars 1 forks source link

Added helper function for converting memberships spread across multip… #16

Closed jvparidon closed 2 years ago

jvparidon commented 2 years ago

…le dataframe columns to membership weights.

(This is in addition to the existing helper function for memberships contained in a single, comma-delimited column.)

jvparidon commented 2 years ago

This passes checks locally and doesn't change functionality of the main lmer and glmer functions, so I'll wait for it to pass remotely as well and then just merge it.