associations: Specifies inter-item covariances that should be supplied to...

View source: R/specify_associations.R

associationsR 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 item_errors

Value

A matrix of items that covary.

Examples

covaries <- associations(
  item_errors(c("a1", "a2"), c("b1", "b2")),
  item_errors("a3", "c3")
)


seminr documentation built on Oct. 13, 2022, 1:05 a.m.