View source: R/specify_constructs.R
single_item | R Documentation |
single_item
specifies a single item name to be assigned to a construct.
single_item(item)
item |
Name of item |
A vector of a single indicator for a composite.
See multi_items
mobi_mm <- constructs(
composite("Image", multi_items("IMAG", 1:5), weights = correlation_weights),
composite("Expectation", multi_items("CUEX", 1:3), weights = mode_A),
composite("Quality", multi_items("PERQ", 1:7), weights = regression_weights),
composite("Value", single_item("PERV1"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.