x is returned invisibly.
Called for its side effect.
Arguments
x
A model_set-class object.
bic_digits
The number of
decimal places to be displayed
for BIC.
Default is 3.
bpp_digits
The number of
decimal places to be displayed
for BIC posterior probability
and prior probabilities.
Default is 3.
sort_models
Whether the models
will be sorted by BIC posterior
probability.
Default is TRUE.
max_models
The maximum number
of models to be printed. Default is
20.
bpp_target
The desired
BIC probability. Used to compute
and print
the minimum prior probability
of the target model required to
achieve bpp_target. Default
is NULL.
target_name
The name of the
target model as appeared in the
model list. Default is "original".
Used if bpp_target is not NULL.
more_fit_measures
Character
vector. To be passed to
lavaan::fitMeasures(). Default
is c("cfi", "rmsea", "srmr"). Set it to
NULL to disable printing additional
fit measures.
fit_measures_digits
The number of
decimal places to be displayed
for additional fit measures, if
requested. Default is 3.
short_names
If TRUE,
then simple short names will be
printed
along with full model names.
Default is FALSE. Short names
can be used when interpreting
the graph from model_graph()
if short names are used in the graph.
cumulative_bpp
If TRUE and
the models are sorted by BPPs,
cumulative BPPs will be printed.
Default is FALSE.