fparse | R Documentation |
Extracts all effects from a formula, even though inside functions or interactions.
fparse(f)
f |
|
Returns a character
vector containing all effects.
Bjørn-Helge Mevik
rparse
f <- formula(y~x*r(z))
fparse(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.