Learn R Programming

seminr (version 2.3.4)

as.reflective.interaction: Converts interaction of a measurement model into a reflective factors.

Description

Converts interaction of a measurement model into a reflective factors.

Usage

# S3 method for interaction
as.reflective(x, ...)

Value

A list of reflective constructs.

Arguments

x

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

...

Any further parameters for the specific construct.

See Also

as.reflective.measurement_model

Examples

Run this code

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)

Run the code above in your browser using DataLab