R/models.R
as.data.frame.lcModels.Rd
Generate a data.frame containing the argument values per method per row
# S3 method for class 'lcModels'
as.data.frame(x, ..., excludeShared = FALSE, eval = TRUE)
lcModels
or a list of lcModel
Arguments passed to as.data.frame.lcMethod.
Whether to exclude columns which have the same value across all methods.
Whether to evaluate the arguments in order to replace expression if the resulting value is of a class specified in evalClasses
.
A data.frame
.
Print an argument summary for each of the models.
Convert to a data.frame
of method arguments.
Subset the list.
Compute an internal metric or external metric.
Obtain the best model according to minimizing or maximizing a metric.
Obtain the summed estimation time.
Plot a metric across a variable.