as.reflective.construct | R Documentation |
Converts a contruct of a measurement model into a reflective factor.
## S3 method for class 'construct'
as.reflective(x, ...)
x |
A measurement model defined by |
... |
Any further parameters for the specific construct. |
A list of reflective constructs.
as.reflective.measurement_model
mobi_mm <- constructs(
composite("Image", multi_items("IMAG", 1:5)),
composite("Expectation", multi_items("CUEX", 1:3)),
composite("Value", multi_items("PERV", 1:2))
)
new_mm <- as.reflective(mobi_mm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.