| tolmerFormat {Zelig} | R Documentation |
Convert a Formula into 'lmer' Representation from Reduced Form Take a formula in its reducd from and return it as a 'lmer' representation (from the lme4 package). This is basically removing the starting 'tag' from each term.
tolmerFormat(f)
f |
a formula in reduced form |
the 'lmer' representation of 'f'
Ferdinand Alimadhi, Kosuke Imai, and Olivia Lau