powered by
Removes function r() from formulas. Can also convert to lmer formula.
rparse(f, REML = FALSE)
Formula without r(), possibly converted to lmer mixed model format.
formula to be stripped of r().
logical indicating if lmer conversion should be done.
Kristian Hovde Liland
fparse
f <- formula(y~x*r(z)) rparse(f)
Run the code above in your browser using DataLab