Learn R Programming

lavaan (version 0.5-23.1086)

lavOptions: lavaan Options

Description

Show the default options used by the lavaan() function. The options can be changed by passing 'name = value' arguments to the lavaan() function call, where they will be added to the '...' argument.

Usage

lavOptions(x = NULL, default = NULL, mimic = "lavaan")

Arguments

x
Character. A character string holding an option name, or a character string vector holding multiple option names. All option names are converted to lower case.
default
If a single option is specified but not available, this value is returned.
mimic
Character. Adjust the option list for this mimic flag.

Details

This is the full list of options that are accepted by the lavaan() function, organized in several sections:

Model features (always available):

Model features (only available for the lavaan() function):

Data options:

Data summary options:

Multiple group options:

Estimation options:

Optimization options:

Categorical estimation options:

Starting values options:

Check options:

Verbosity options:

Miscellaneous:

See Also

lavaan

Examples

Run this code
lavOptions()
lavOptions("std.lv")
lavOptions(c("std.lv", "orthogonal"))

Run the code above in your browser using DataLab