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

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


[Package latrend version 1.6.1 Index]