powered by
Extracts all effects from a formula, even though inside functions or interactions.
fparse(f)
formula to be parsed.
formula
Returns a character vector containing all effects.
character
rparse
# NOT RUN { f <- formula(y~x*r(z)) fparse(f) # }
Run the code above in your browser using DataLab