Description
Fit Measure Cutoffs in SEM.
Description
Calculate cutoff values for model fit measures used in structural equation modeling (SEM) by simulating and testing data sets (cf. Hu & Bentler, 1999 <doi:10.1080/10705519909540118>) with the same parameters (population model, number of observations, etc.) as the model under consideration.
README.md
ezCutoffs
This is an R-Package for generating instance-specific cut-off values for structural equation models (SEM). Cutoffs are generated by simulating data from either an original dataset or a population model provided in lavaan syntax. For a more detailed description of the packages functionalities see the integrated help files.
Installation (from CRAN)
install.packages("ezCutoffs")
The latest working version on GitHub (including bug fixes etc.)
install.packages("devtools")
devtools::install_github("bschmalbach/ezCutoffs")
If you encounter any errors, bugs, or otherwise unexpected results, please give us a heads-up at GitHub or at [email protected].