extractModelSummaries
function.
This function relies on the showData
function from the relimp package, which displays data in a Tk-based window.
By default, the following summary statistics are included: Title, LL, Parameters, AIC, AICC, BIC, RMSEA_Estimate
,
but these are customizable using the keepCols
and dropCols
parameters.showSummaryTable(modelList, keepCols, dropCols, sortBy)
data.frame
) returned from the extractModelSummaries
function.keepCols
is:
c("Title", "LL", "Parameters", "AIC
dropCols
is NULL
.
Example: c("InputInstructions", "TLI")
extractModelSummaries
HTMLSummaryTable
LatexSummaryTable