It extracts the values of
major options in the output of
lavaan::lavaan() or its wrappers
(e.g., lavaan::sem or
lavaan::cfa(). Most of the values
are also reported in the summary of
a 'lavaan'-class object. This
function is used to show the values
in one single table for a quick
overview.
It checks the actual values, not the
call used. This is useful for
understanding how a prepackaged
estimator such as ML, MLM, and
MLR set other options. It supports
the following options:
Estimator (estimator)
Standard error (se)
Model chi-square test(s) (test)
Missing data method (missing)
Information matrix used for
computing standard errors
(information)
Information matrix used for
computing model chi-square
(information)
Whether the mean structure is
included.
It is named show_more_options() to
differentiate it from
show_options(), originally in the
semunpack package, which is
intended for new users of lavaan.
The code is adapted from
show_options with more advanced
options added.