View source: R/specify_constructs.R
higher_reflective | R Documentation |
higher_reflective
creates a higher-order reflective construct
higher_reflective(construct_name, dimensions)
construct_name |
of second-order construct |
dimensions |
the first-order constructs |
This function maps first-order constructs onto second-order reflective constructs using construct names. It is currently only suitable for CB-SEM and not PLS
A vector of the indicators for a higher-order-factor.
See constructs
, reflective
mobi_mm <- constructs(
reflective("Image", multi_items("IMAG", 1:5)),
reflective("Expectation", multi_items("CUEX", 1:3)),
higher_reflective("Quality", c("Image", "Expectation"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.