Learn R Programming

stremo (version 0.2)

matrix.representation: Builds the LISREL "all-y" matrix representation of a model.

Description

This function builds the "all-y" matrix representation of a lavaanified model using the starting values of the model.

Usage

matrix.representation(model)

Arguments

model
A lavaanified model.

Value

beta
BETA matrix
psi
PSI matrix
lambda.y
LAMBDA.Y matrix
theta.episilon
THETA.EPISILON matrix

See Also

LISREL

Examples

Run this code
## Not run: 
# data(albert)
# tmp <- lvnfy(albert.model, data = albert.litho.cov, n = 107)
# matrix.representation(tmp)
# ## End(Not run)

Run the code above in your browser using DataLab