Description Usage Arguments Details Value Author(s)
1 2 3 4 5 6 7 8 9 10 11 12 13 | This is a re-implementation of the R CRAN package quantmod
function modelData. This includes the additional flexiblity that
data.window also can be a list of character vectors.
Extract from a quantmod object the dataset
created for use in modeling.
specifyModel creates a zoo object for use in subsequent
workflow stages (buildModel, tradeModel) that
combines all model inputs, from a variety of sources,
into one model frame.
modelData returns this object.
|
1 |
x |
A quantmod object. Required. |
data.window |
Default is NULL. A vector of subset start and end dates to return. Alternately, this can be a list of such vectors. |
exclude.training |
Logical. Default is FALSE. Remove the training period. |
1 2 3 |
An object of class zoo containing all transformations to data specified in specifyModel.
Andre Mikulec (re-implementation)
Jeffrey A. Ryan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.