getVarFormula | R Documentation |
Uses the full model syntax.
getVarFormula(formula, data = parent.frame(), intercept = FALSE)
formula |
a formula.
The right-hand side selects variables;
the left-hand side, if present, is used to set row names.
A |
data |
a data frame |
intercept |
a logical indicating whether to include the intercept in the model default: FALSE (no intercept) |
getVarFormula( ~ wt + mpg, data = mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.