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

Description Usage Arguments Value See Also Examples

Description

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

Usage

1

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

1
2
3
4
5
6
## Not run: 
data(albert)
tmp <- lvnfy(albert.model, data = albert.litho.cov, n = 107)
matrix.representation(tmp)

## End(Not run)

stremo documentation built on Jan. 15, 2017, 7:33 p.m.