extend.formula | R Documentation |
Extends a formula with predictors
extend.formula(
formula = ~0,
predictors = NULL,
auxiliary = TRUE,
include.intercept = FALSE,
...
)
formula |
A formula. If it is
not a formula, the formula is internally reset to |
predictors |
A character vector of variable names. |
auxiliary |
A logical that indicates whether the variables
listed in |
include.intercept |
A logical that indicated whether the intercept should be included in the result. |
A formula
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.