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

classifyConstructs

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

  • Single, e.g., eta1

  • Quadratic, e.g., eta1.eta1

  • Cubic, e.g., eta1.eta1.eta1

  • Two-way interaction, e.g., eta1.eta2

  • Three-way interaction, e.g., eta1.eta2.eta3

  • Quadratic and two-way interaction, e.g., eta1.eta1.eta3

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".


cSEM

Composite-Based Structural Equation Modeling

v0.4.0
GPL-3
Authors
Manuel E. Rademaker [aut, cre] (<https://orcid.org/0000-0002-8902-3561>), Florian Schuberth [aut] (<https://orcid.org/0000-0002-2110-9086>), Tamara Schamberger [ctb] (<https://orcid.org/0000-0002-7845-784X>), Michael Klesel [ctb] (<https://orcid.org/0000-0002-2884-1819>), Theo K. Dijkstra [ctb], Jörg Henseler [ctb] (<https://orcid.org/0000-0002-9736-3048>)
Initial release
2021-04-09

We don't support your browser anymore

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