modelData-set: low-level set the values quantmod object slots

Description Usage Arguments Examples

Description

1
Set the values quantmod object slots.

Usage

1
modelData(x, ...) <- value

Arguments

x

quantmod object

...

list of name-value pairs

Examples

1
2
3
4
5
6
7
## Not run: 
data(sample_matrix, package = "xts")
modelData(specmodel) <- list(
  training.data = zoo::index(as.xts(sample.matrix))
)

## End(Not run)

AndreMikulec/econModel documentation built on June 30, 2021, 9:48 a.m.