- model.syntax
lavaan
syntax
- data
dataframe
- method
method to use:
"rca"
= residual centering approach (passed to lavaan
),
"uca"
= unconstrained approach (passed to lavaan
),
"dblcent"
= double centering approach (passed to lavaan
),
"pind"
= prod ind approach, with no constraints or centering (passed to lavaan
),
"custom"
= use parameters specified in the function call (passed to lavaan
)
- match
should the product indicators be created by using the match-strategy
- standardize.data
should data be scaled before fitting model
- center.data
should data be centered before fitting model
- first.loading.fixed
Should the first factor loading in the latent product be fixed to one?
- center.before
should indicators in products be centered before computing products (overwritten by method
, if method != NULL
)
- center.after
should indicator products be centered after they have been computed?
- residuals.prods
should indicator products be centered using residuals (overwritten by method
, if method != NULL
)
- residual.cov.syntax
should syntax for residual covariances be produced (overwritten by method
, if method != NULL
)
- constrained.prod.mean
should syntax for product mean be produced (overwritten by method
, if method != NULL
)
- constrained.loadings
should syntax for constrained loadings be produced (overwritten by method
, if method != NULL
)
- constrained.var
should syntax for constrained variances be produced (overwritten by method
, if method != NULL
)
- constrained.res.cov.method
method for constraining residual covariances
- auto.scale
methods which should be scaled automatically (usually not useful)
- auto.center
methods which should be centered automatically (usually not useful)
- estimator
estimator to use in lavaan
- group
group variable for multigroup analysis
- run
should the model be run via lavaan
, if FALSE
only modified syntax and data is returned
- na.rm
should missing values be removed (case-wise)? Defaults to FALSE. If TRUE
, missing values are removed case-wise.
If FALSE
they are not removed.
- suppress.warnings.lavaan
should warnings from lavaan
be suppressed?
- suppress.warnings.match
should warnings from match
be suppressed?
- ...
arguments passed to other functions, e.g., lavaan