View source: R/specify_associations.R
associations | R Documentation |
estimate_cbsem
) or
CFA estimation (estimate_cfa
)Specifies inter-item covariances that should be supplied to
CBSEM estimation (estimate_cbsem
) or
CFA estimation (estimate_cfa
)
associations(...)
... |
One or more associations defined by |
A matrix of items that covary.
covaries <- associations(
item_errors(c("a1", "a2"), c("b1", "b2")),
item_errors("a3", "c3")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.