higher_reflective: higher_reflective

View source: R/specify_constructs.R

higher_reflectiveR 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"))
  )

seminr documentation built on Oct. 13, 2022, 1:05 a.m.