lavaSearch2 {lavaSearch2}R Documentation

Tools for Model Specification in the Latent Variable Framework

Description

The package contains three main functionalities:

It contains other useful functions such as:

Details

The latent variable models (LVM) considered in this package can be written
as a measurement model:

Y_i = \nu + \eta_i \Lambda + X_i K + \epsilon_i

and a structural model:

\eta_i = \alpha + \eta_i B + X_i \Gamma + \zeta_i

where \Sigma is the variance covariance matrix of the residuals \epsilon,
and \Psi is the variance covariance matrix of the residuals \zeta.

The corresponding conditional mean is:

\mu_i(\theta) = E[Y_i|X_i] = \nu + (\alpha + X_i \Gamma) (1-B)^{-1} \Lambda + X_i K

\Omega(\theta) = Var[Y_i|X_i] = \Lambda^{t} (1-B)^{-t} \Psi (1-B)^{-1} \Lambda + \Sigma

The package aims to provides tool for testing linear hypotheses on the model coefficients \nu, \Lambda, K, \Sigma, \alpha, B, \Gamma, \Psi. Searching for local dependency enable to test whether the proposed model is too simplistic and if so to identify which additional coefficients should be added to the model.

Limitations

'lavaSearch2' has been design for Gaussian latent variable models. This means that it may not work / give valid results:


[Package lavaSearch2 version 2.0.3 Index]