Filename,
InputInstructions, Title, Estimator, LL, BIC, aBIC, AIC,
AICC, Parameters, Observations, CFI, TLI, RMSEA_Estimate,
RMSEA_90CI_LB, RMSEA_90CI_UB, RMSEA_pLT05, ChiSqM_Value,
ChiSqM_DF, ChiSq_PValue, BLRT_KM1LL, BLRT_PValue,
BLRT_Numdraws)
. The infrastructure is in place to allow
for user-specified selection of summary statistics in
future versions.extractModelSummaries(target = getwd(),
recursive = FALSE, filefilter)
TRUE
, parse all
models nested in subdirectories within directory
.
Defaults to FALSE
.directory
. See regex
or
data.frame
containing model fit
statistics for all output files within directory
.
The data.frame
contains some of the following
variables (depends on model type):regex
, runModels
,
readModels
allExamples <- extractModelSummaries(
"C:/Program Files/Mplus/Mplus Examples/User's Guide Examples")
Run the code above in your browser using DataLab