- mediation
Mediation indicators (~ symbol: "is regressed on").
Differs from argument regression because path names
can be optionally specified automatically with argument
label.
- regression
Regression indicators (~ symbol: "is regressed on").
- covariance
(Residual) (co)variance indicators (~~ symbol:
"is correlated with").
- indirect
Indirect effect indicators (:= symbol: "indirect
effect defined as"). If a named list is provided,
with names "IV" (independent variables), "M" (mediator),
and "DV" (dependent variables), write_lavaan attempts to
write indirect effects automatically. In this case, the
mediation argument must be specified too.
- latent
Latent variable indicators (=~ symbol: "is measured by").
- intercept
Intercept indicators (~ 1 symbol: "intercept").
- threshold
Threshold indicators (| symbol: "threshold").
- constraint.equal
Equality indicators (== symbol).
- constraint.smaller
Smaller than indicators (< symbol).
- constraint.larger
Greater than indicators (> symbol).
- custom
Custom specifications. Takes a single string just
like regular lavaan syntax would. Always added at
the end of the model.
- label
Logical, whether to display path names for the
mediation argument.
- use.letters
Logical, for the labels, whether to use letters
instead of the variable names.