lhs.vars | R Documentation |
Take a formula and return a vector of the variables on the left hand side, it will return NULL for a one sided formula
lhs.vars(formla)
formla |
a formula |
vector of variable names
ff <- yvar ~ x1 + x2
lhs.vars(ff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.