Converts all contructs of a measurement model, or just a single construct into reflective factors.
Converts all contructs of a measurement model, or just a single construct into reflective factors.
## S3 method for class 'measurement_model' as.reflective(x, ...)
x |
A measurement model defined by |
... |
Any further parameters for the specific construct. |
A list of reflective constructs.
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)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.