associations {seminr} | R Documentation |
Specifies inter-item covariances that should be supplied to
CBSEM estimation (estimate_cbsem
) or
CFA estimation (estimate_cfa
)
Description
Specifies inter-item covariances that should be supplied to
CBSEM estimation (estimate_cbsem
) or
CFA estimation (estimate_cfa
)
Usage
associations(...)
Arguments
... |
One or more associations defined by |
Value
A matrix of items that covary.
Examples
covaries <- associations(
item_errors(c("a1", "a2"), c("b1", "b2")),
item_errors("a3", "c3")
)
[Package seminr version 2.3.3 Index]