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

specify_model

seminr specify_model() function


Description

Combines model components together into a single specified_model object for estimation functions

Usage

specify_model(
  measurement_model,
  structural_model = NULL,
  item_associations = NULL
)

Arguments

measurement_model

An optional measurement_model object representing the outer/measurement model, as generated by constructs.

structural_model

An optional smMatrix object representing the inner/structural model, as generated by relationships.

item_associations

An item-to-item matrix representing error covariances that are freed for estimation. This matrix is created by associations(), or defaults to NULL (no inter-item associations).

Value

A list containing a SEMinR measurement model, structural model, and item associations.

See Also


seminr

Building and Estimating Structural Equation Models

v2.0.2
GPL-3
Authors
Soumya Ray [aut, ths], Nicholas Patrick Danks [aut, cre], André Calero Valdez [aut], Juan Manuel Velasquez Estrada [ctb], James Uanhoro [ctb], Johannes Nakayama [ctb], Lilian Koyan [ctb], Laura Burbach [ctb], Arturo Heynar Cano Bejar [ctb], Susanne Adler [ctb]
Initial release
2021-04-01

We don't support your browser anymore

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