getVarFormula {mosaic} | R Documentation |
Extract data from a data frame using a formula interface
Description
Uses the full model syntax.
Usage
getVarFormula(formula, data = parent.frame(), intercept = FALSE)
Arguments
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) |
Examples
getVarFormula( ~ wt + mpg, data = mtcars)
[Package mosaic version 1.9.1 Index]