Description Usage Arguments Details Value Author(s) References See Also
Model-implied variance-covariance matrix for \mathbf{xy} variables (\boldsymbol{Σ}_{\mathbf{xy}} ≤ft( \boldsymbol{θ} \right)) using the LISREL notation for structural equations with latent variables.
1 | lisrel_xy(LY, LX, inv, GA, PH)
|
LY |
\boldsymbol{Λ}_{\mathbf{y}} p \times m matrix of factor loadings (\boldsymbol{λ}). p is the number of observed indicators (\mathbf{y}) and m is the number of latent endogenous variables (\boldsymbol{η}). |
LX |
\boldsymbol{Λ}_{\mathbf{x}} q \times n matrix of factor loadings (\boldsymbol{λ}). q is the number of observed indicators (\mathbf{x}) and n is the number of latent exogenous variables (\boldsymbol{ξ}). |
inv |
The inverse of |
GA |
\boldsymbol{Γ}_{m \times n} coefficient matrix for exogenous variables. |
PH |
\boldsymbol{Φ}_{n \times n} variance-covariance matrix of \boldsymbol{ξ}. |
\boldsymbol{Σ}_{\mathbf{xy}} ≤ft( \boldsymbol{θ} \right) = \boldsymbol{Λ}_{\mathbf{x}} \boldsymbol{Φ} \boldsymbol{Γ}^{T} ≤ft[ ≤ft( \mathbf{I} - \mathbf{B} \right)^{-1} \right]^{T} \boldsymbol{Λ}_{\mathbf{y}}^{T}
Returns the model-implied variance-covariance matrix for
\mathbf{xy}
(\boldsymbol{Σ}_{\mathbf{xy}} ≤ft( \boldsymbol{θ} \right))
derived from the
\boldsymbol{Λ}_{\mathbf{y}}
(LY
),
\boldsymbol{Λ}_{\mathbf{x}}
(LX
),
\mathbf{B}
(BE
),
\mathbf{I}
(I
),
\boldsymbol{Γ}
(GA
),
and
\boldsymbol{Φ}
(PH
)
matrices.
Ivan Jacob Agaloos Pesigan
Bollen, K. A. (1989). Structural equations with latent variables. New York: Wiley.
Jöreskog, K. G., & Sörbom, D. (1996). Lisrel 8: User's reference guide (2nd ed.). Scientific Software.
Other SEM notation functions:
eqs_mu()
,
eqs()
,
lisrel_fa()
,
lisrel_obs_xy()
,
lisrel_obs_yx()
,
lisrel_obs_yy()
,
lisrel_obs()
,
lisrel_xx()
,
lisrel_yx()
,
lisrel_yy()
,
lisrel()
,
ram_mu()
,
ram_m()
,
ram_s()
,
ram()
,
sem_fa()
,
sem_lat()
,
sem_obs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.