as.reflective.measurement_model: Converts all contructs of a measurement model, or just a...

as.reflective.measurement_modelR Documentation

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

## S3 method for class 'measurement_model'
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

as.reflective.construct

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)


sem-in-r/seminr documentation built on Aug. 26, 2022, 8:47 p.m.