model.listR 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 "twoStepsBenchmark", "threeRuleSmooth" or "praislm".

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)