as.data.frame.lcModels {latrend} | R Documentation |
Generate a data.frame containing the argument values per method per row
Description
Generate a data.frame containing the argument values per method per row
Usage
## S3 method for class 'lcModels'
as.data.frame(x, ..., excludeShared = FALSE, eval = TRUE)
Arguments
x |
|
... |
Arguments passed to as.data.frame.lcMethod. |
excludeShared |
Whether to exclude columns which have the same value across all methods. |
eval |
Whether to evaluate the arguments in order to replace expression if the resulting value is of a class specified in |
Value
A data.frame
.
Functionality
-
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.
[Package latrend version 1.6.1 Index]