specify_model {seminr} | R Documentation |
seminr specify_model() function
Description
Combines model components together into a single specified_model
object for estimation functions
Usage
specify_model(
measurement_model,
structural_model = NULL,
item_associations = NULL
)
Arguments
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 |
Value
A list containing a SEMinR measurement model, structural model, and item associations.
See Also
estimate_pls
estimate_cbsem
estimate_cfa
[Package seminr version 2.3.3 Index]