Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

quantmod-class

Class "quantmod"


Description

Objects of class quantmod help to manage the process of model building within the quantmod package. Created automatically by a call to specifyModel they carry information to be used by a variety of accessor functions and methods.

Objects from the Class

Objects can be created by calls of the form new("quantmod", ...).

Normally objects are created as a result of a call to specifyModel.

Slots

model.id:

Object of class "character" ~~

model.spec:

Object of class "formula" ~~

model.formula:

Object of class "formula" ~~

model.target:

Object of class "character" ~~

model.inputs:

Object of class "character" ~~

build.inputs:

Object of class "character" ~~

symbols:

Object of class "character" ~~

product:

Object of class "character" ~~

price.levels:

Object of class "zoo" ~~

training.data:

Object of class "Date" ~~

build.date:

Object of class "Date" ~~

fitted.model:

Object of class "ANY" ~~

model.data:

Object of class "zoo" ~~

quantmod.version:

Object of class "numeric" ~~

Methods

No methods defined with class "quantmod" in the signature.

Author(s)

Jeffrey A. Ryan

Examples

showClass("quantmod")

quantmod

Quantitative Financial Modelling Framework

v0.4.18
GPL-3
Authors
Jeffrey A. Ryan [aut, cph], Joshua M. Ulrich [cre, aut], Wouter Thielen [ctb], Paul Teetor [ctb], Steve Bronder [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.