Compare (non-nested) models estimated on the same data using model-simulated data.
Arguments
- x
An object for which a method exists.
- ...
Additional arguments.
- reps
Number of data sets to simulate, Default:
100.- ci
Confidence interval coverage, Default:
0.95.- FUN
Function used to compare the real data (referred to as
x) to the model-implied data (referred to asy). Defaults toNULL, which useschi_sq()for models with all ordinal variables, andsrmr()otherwise, treating all variables as continuous.