model.list | R Documentation |
The function model.list
returns the arguments submitted to the function
used to generate the object of class "twoStepsBenchmark"
,
"threeRuleSmooth"
or "praislm"
.
model.list(object)
object |
an object of class |
These are returned as they are after evaluation, model.list doesn't return a call.
a list containing every evaluated arguments
benchmark <- twoStepsBenchmark(turnover,construction); model.list(benchmark)