Arguments
modelList
A list of models (as a
data.frame
) returned from the
extractModelSummaries
function.
keepCols
A vector of character strings indicating
which columns/variables to display in the summary. Only
columns included in this list will be displayed (all
others excluded). By default, keepCols
is:
c("Title", "LL", "Parameters", "AIC
dropCols
A vector of character strings indicating
which columns/variables to omit from the summary. Any
column not included in this list will be displayed. By
default, dropCols
is NULL
. Example:
c("InputInstructions", "TLI
sortBy
optional. Field name (as character string)
by which to sort the table. Typically an information
criterion (e.g., "AIC" or "BIC") is used to sort the
table. Defaults to "AICC"
label
optional. A character string specifying the
label for the LaTex table, which can be used for
referencing the table.
caption
optional. A character string specifying
the caption for the LaTex table.