- lavmodel
An internal representation of a lavaan model.
- x
Numeric. A vector containing the values of all the free model parameters.
- GLIST
List. A list of model matrices, similar to the output of
lavInspect(object, "est")
.
- type
Character string. If "free"
, only return the free model
parameters. If "user"
, return all the parameters (free and fixed) as
they appear in the user-specified parameter table.
- extra
Logical. If TRUE
, also include values for rows in
the parameter table where the operator is one of ":="
, "=="
,
"<"
or ">"
.
- delta
Logical. If TRUE
, and a Delta matrix is present in GLIST,
use the (diagonal) values of the Delta matrix to rescale the covariance matrix.
This is usually needed in the categorical setting to convert covariances to
correlations.
- lavpartable
A parameter table.
- VCOV
Numeric matrix containing an estimate of the variance covariance matrix of the free model parameters.
- BOOT
Numeric matrix containing the bootstrap based parameter estimates (in the columns) for each bootstrap sample (in the rows).