View source: R/specify_constructs.R
higher_composite | R Documentation |
higher_composite
creates a higher order construct from first-order constructs using the two-stage method (Becker et al., 2012).
higher_composite(construct_name, dimensions, method, weights)
construct_name |
of second-order construct |
dimensions |
the first-order constructs |
method |
is the estimation method, default is two_stage |
weights |
is the relationship between the second-order construct and first-order constructs. This can be
specified as |
This function conveniently maps first-order constructs onto second-order constructs using construct names.
A vector of the indicators for a higher-order-composite.
See constructs
, reflective
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)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.