higher_reflective {seminr} | R Documentation |
higher_reflective
Description
higher_reflective
creates a higher-order reflective construct
Usage
higher_reflective(construct_name, dimensions)
Arguments
construct_name |
of second-order construct |
dimensions |
the first-order constructs |
Details
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
Value
A vector of the indicators for a higher-order-factor.
See Also
See constructs
, reflective
Examples
mobi_mm <- constructs(
reflective("Image", multi_items("IMAG", 1:5)),
reflective("Expectation", multi_items("CUEX", 1:3)),
higher_reflective("Quality", c("Image", "Expectation"))
)
[Package seminr version 2.3.3 Index]