Generate a data.frame containing the argument values per method per row

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

Functionality