mobi_mm <- constructs(
composite("Image", multi_items("IMAG", 1:5), weights = correlation_weights),
composite("Expectation", multi_items("CUEX", 1:3), weights = mode_A),
higher_composite("Quality", c("Image","Expectation"), method = two_stage),
composite("Value", multi_items("PERV", 1:2), weights = mode_B)
)
Run the code above in your browser using DataLab