View source: R/specify_constructs.R
reflective | R Documentation |
reflective
creates the reflective measurement model matrix for a specific common-factor,
specifying the relevant items of the construct and assigning the relationship of reflective.
By definition this construct will be estimated by PLS consistent.
reflective(construct_name, item_names)
construct_name |
of construct |
item_names |
returned by the |
This function conveniently maps reflectively defined measurement items to a construct and is estimated using PLS consistent.
A vector of the indicators for a reflective construct.
See composite
, constructs
mobi_mm <- constructs(
reflective("Image", multi_items("IMAG", 1:5)),
reflective("Expectation", multi_items("CUEX", 1:3)),
reflective("Quality", multi_items("PERQ", 1:7)),
reflective("Value", multi_items("PERV", 1:2)),
reflective("Satisfaction", multi_items("CUSA", 1:3)),
reflective("Complaints", single_item("CUSCO")),
reflective("Loyalty", multi_items("CUSL", 1:3))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.