View source: R/helpers-mmMatrix.R
| construct_items | R Documentation |
S3 generic that returns the indicator (measurement) item names for a construct from any object that carries measurement-model information. Methods dispatch on the class of 'x': 'seminr_model', 'measurement_model', 'mmMatrix', 'matrix', 'construct', or 'list'.
construct_items(x, ...)
x |
A 'seminr_model', 'measurement_model', 'mmMatrix', plain matrix, single 'construct', or list of constructs. |
... |
Additional arguments passed to methods. Matrix-like methods typically take a 'construct_name' argument. |
A character vector of indicator item names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.