item_errors {seminr} | R 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"))
[Package seminr version 2.3.3 Index]