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,
font = "Courier 9")data.frame) returned from the
extractModelSummaries function.keepCols is:
c("Title", "LL", "Parameters", "AICdropCols is NULL. Example:
c("InputInstructions", "TLIextractModelSummaries
HTMLSummaryTable
LatexSummaryTable