| quantmod-class {quantmod} | R Documentation |
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 can be created by calls of the form new("quantmod", ...).
Normally objects are created as a result of a call to specifyModel.
model.id:"character" ~~ model.spec:"formula" ~~ model.formula:"formula" ~~ model.target:"character" ~~ model.inputs:"character" ~~ build.inputs:"character" ~~ symbols:"character" ~~ product:"character" ~~ price.levels:"zoo" ~~ training.data:"Date" ~~ build.date:"Date" ~~ fitted.model:"ANY" ~~ model.data:"zoo" ~~ quantmod.version:"numeric" ~~ No methods defined with class "quantmod" in the signature.
Jeffrey A. Ryan
showClass("quantmod")