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