Learn R Programming

seminr (version 2.3.4)

item_errors: 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)

Value

A vector of items that covary.

Arguments

items_a

One or more items that should covary

items_b

One or more items that should covary

Examples

Run this code
item_errors(c("a1", "a2"), c("b1", "b2"))

Run the code above in your browser using DataLab