View source: R/specify_associations.R
item_errors | R Documentation |
associations
.Specifies pair of items, or sets of items, that should covary. Used to
specify error covariances for associations
.
item_errors(items_a, items_b)
items_a |
One or more items that should covary |
items_b |
One or more items that should covary |
A vector of items that covary.
item_errors(c("a1", "a2"), c("b1", "b2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.