View source: R/specify_models.R
specify_model | R Documentation |
Combines model components together into a single specified_model
object for estimation functions
specify_model(
measurement_model,
structural_model = NULL,
item_associations = NULL
)
measurement_model |
An optional |
structural_model |
An optional |
item_associations |
An item-to-item matrix representing error
covariances that are freed for estimation.
This matrix is created by |
A list containing a SEMinR measurement model, structural model, and item associations.
estimate_pls
estimate_cbsem
estimate_cfa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.