item_errors: Specifies pair of items, or sets of items, that should...

View source: R/specify_associations.R

item_errorsR Documentation

Specifies pair of items, or sets of items, that should covary. Used to specify error covariances for associations.

Description

Specifies pair of items, or sets of items, that should covary. Used to specify error covariances for associations.

Usage

item_errors(items_a, items_b)

Arguments

items_a

One or more items that should covary

items_b

One or more items that should covary

Value

A vector of items that covary.

Examples

item_errors(c("a1", "a2"), c("b1", "b2"))

sem-in-r/seminr documentation built on Aug. 26, 2022, 8:47 p.m.