extend.formulas | R Documentation |
Extends formula's with predictor matrix settings
extend.formulas(
formulas,
data,
blocks,
predictorMatrix = NULL,
auxiliary = TRUE,
include.intercept = FALSE,
...
)
formulas |
A named list of formula's, or expressions that
can be converted into formula's by |
data |
A data frame or a matrix containing the incomplete data. Missing
values are coded as |
blocks |
List of vectors with variable names per block. List elements
may be named to identify blocks. Variables within a block are
imputed by a multivariate imputation method
(see |
predictorMatrix |
A numeric matrix of |
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. |
... |
Named arguments that are passed down to the univariate imputation functions. |
A list of formula's
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.