classifyConstructs {cSEM}R Documentation

Internal: Classify structural model terms by type

Description

Classify terms of the structural model according to their type.

Usage

classifyConstructs(.terms = args_default()$.terms)

Arguments

.terms

A vector of construct names to be classified.

Details

Classification is required to estimate nonlinear structural relationships. Currently the following terms are supported

Note that exponential terms are modeled as "interactions with itself" as in i.e., eta1^3 = eta1.eta1.eta1.

Value

A named list of length equal to the number of terms provided containing a data frame with columns "Term_class", "Component", "Component_type", and "Component_freq".


[Package cSEM version 0.5.0 Index]