View source: R/specify_constructs.R
multi_items | R Documentation |
multi_items
creates a vector of measurment names given the item prefix and number range.
multi_items(item_name, item_numbers, ...)
item_name |
Prefix name of items |
item_numbers |
The range of number suffixews for the items |
... |
Additional Item names and nubers |
A vector of numbered indicators.
See single_item
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", multi_items("PERV", 1:2), weights = mode_B)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.