Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

as.reflective

Converts all contructs of a measurement model, or just a single construct into reflective factors.


Description

Converts all contructs of a measurement model, or just a single construct into reflective factors.

Usage

as.reflective(x, ...)

Arguments

x

A measurement model defined by constructs or a single composite construct defined by composite

...

Any further parameters for the specific construct.

Value

A list of reflective constructs.

See Also

Examples

mobi_mm <- constructs(
  composite("Image",        multi_items("IMAG", 1:5)),
  composite("Expectation",  multi_items("CUEX", 1:3)),
  composite("Value",        multi_items("PERV", 1:2))
)

new_mm <- as.reflective(mobi_mm)

seminr

Building and Estimating Structural Equation Models

v2.0.2
GPL-3
Authors
Soumya Ray [aut, ths], Nicholas Patrick Danks [aut, cre], André Calero Valdez [aut], Juan Manuel Velasquez Estrada [ctb], James Uanhoro [ctb], Johannes Nakayama [ctb], Lilian Koyan [ctb], Laura Burbach [ctb], Arturo Heynar Cano Bejar [ctb], Susanne Adler [ctb]
Initial release
2021-04-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.