Usage
standardizedSolution(object, type = "std.all", se = TRUE, zstat = TRUE, pvalue = TRUE, remove.eq = TRUE, remove.ineq = TRUE, remove.def = FALSE)
Arguments
object
An object of class lavaan
.
type
If "std.lv"
, the standardized estimates are
on the variances of the (continuous) latent variables only.
If "std.all"
, the standardized estimates are based
on both the variances of both (continuous) observed and latent variables.
If "std.nox"
, the standardized estimates are based
on both the variances of both (continuous) observed and latent variables,
but not the variances of exogenous covariates.
se
Logical. If TRUE, standard errors for the standardized parameters
will be computed, together with a z-statistic and a p-value.
zstat
Logical. If TRUE
, an extra column is added containing
the so-called z-statistic, which is simply the value of the estimate divided
by its standard error.
pvalue
Logical. If TRUE
, an extra column is added containing
the pvalues corresponding to the z-statistic, evaluated under a standard
normal distribution.
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.