model.list {disaggR} | R Documentation |
Extracting all the arguments submitted to generate an object
Description
The function model.list
returns the arguments submitted to the function
used to generate the object of class "twoStepsBenchmark"
,
"threeRuleSmooth"
or "praislm"
.
Usage
model.list(object)
Arguments
object |
an object of class |
Details
These are returned as they are after evaluation, model.list doesn't return a call.
Value
a list containing every evaluated arguments
Examples
benchmark <- twoStepsBenchmark(turnover,construction); model.list(benchmark)
[Package disaggR version 1.0.5.3 Index]