as.reflective.construct: Converts a contruct of a measurement model into a reflective...

as.reflective.constructR Documentation

Converts a contruct of a measurement model into a reflective factor.

Description

Converts a contruct of a measurement model into a reflective factor.

Usage

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

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 documentation built on Oct. 13, 2022, 1:05 a.m.