Learn R Programming

latrend (version 1.1.0)

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