as.data.frame.lcModels: Generate a data.frame containing the argument values per...

View source: R/models.R

as.data.frame.lcModelsR 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

lcModels or a list of lcModel

...

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 evalClasses.

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.

  • Plot the cluster trajectories.


latrend documentation built on March 31, 2023, 5:45 p.m.