rhs.vars | R Documentation |
Take a formula and return a vector of the variables on the right hand side
rhs.vars(formla)
formla |
a formula |
vector of variable names
ff <- yvar ~ x1 + x2
rhs.vars(ff)
ff <- y ~ x1 + I(x1^2)
rhs.vars(ff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.