processData | R Documentation |
Prepare, standardize, check, and clean data provided via the .data
argument.
processData( .data = NULL, .model = NULL, .instruments = NULL )
.data |
A |
.model |
A model in lavaan model syntax or a cSEMModel list. |
.instruments |
A named list of vectors of instruments. The names
of the list elements are the names of the dependent (LHS) constructs of the structural
equation whose explanatory variables are endogenous. The vectors
contain the names of the instruments corresponding to each equation. Note
that exogenous variables of a given equation must be supplied as
instruments for themselves. Defaults to |
A (N x K) data.frame containing the standardized data with columns ordered
according to the order they appear in the measurement model equations provided
via the .model
argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.