rparse | R Documentation |
Removes function r() from formulas. Can also convert to lmer formula.
rparse(f, REML = FALSE)
f |
formula to be stripped of r(). |
REML |
logical indicating if lmer conversion should be done. |
Formula without r(), possibly converted to lmer mixed model format.
Kristian Hovde Liland
fparse
f <- formula(y~x*r(z))
rparse(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.