Usage
parameterEstimates(object, ci = TRUE, level = 0.95,
boot.ci.type = "perc", standardized = FALSE,
fmi = "default", remove.eq = TRUE,
remove.ineq = TRUE, remove.def = FALSE)
Arguments
object
An object of class lavaan
.
ci
If TRUE, confidence intervals are added to the output
level
The confidence level required.
boot.ci.type
If bootstrapping was used, the type of interval required.
The value should be one of "norm"
, "basic"
, "perc"
,
or "bca.simple"
. For the first three options, see the help page of
the
standardized
If TRUE, standardized estimates are added to the output
fmi
Logical. If TRUE
, an extra column is added containing the
fraction of missing information for each estimated parameter. If
"default"
, the value is set to TRUE
only if
estimator="ML"
, missing="(fi)m
remove.eq
Logical. If TRUE, filter the output by removing all rows
containing equality constraints, if any.
remove.ineq
Logical. If TRUE, filter the output by removing all
rows containing inequality constraints, if any.
remove.def
Logical. If TRUE, filter the ouitput by removing all
rows containing parameter definitions, if any.