Last chance! 50% off unlimited learning
Sale ends in
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.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"
~~