Learn R Programming

disaggR (version 1.0.5.4)

model.list: 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)

Value

a list containing every evaluated arguments

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.

Examples

Run this code
benchmark <- twoStepsBenchmark(turnover,construction); model.list(benchmark)

Run the code above in your browser using DataLab