Arguments
object
An object of class lavaan
.
type
A character string. If "lv"
, estimated values for
the latent variables in the model are computed. If "ov"
, model
predicted values for the observed variables in the model are computed.
newdata
An optional data.frame, containing the same variables as
the data.frame used when fitting the model in object.
method
A character string. In the linear case (when the indicators are
continuous), the possible options are "regression"
or "Bartlett"
.
In the categorical case, the only option (for now) is "EBM"
for
the Empirical Bayes Mo
label
Logical. If TRUE, the columns are labeled.
optim.method
Character string. Only used in the categorical case.
If "nlminb"
(the default), the "nlminb()"
function is used
for the optimization. If "BFGS"
, the "optim()"
function
is used with the BFGS method.