Description Usage Arguments Examples
View source: R/user_communication.R
Set your coefficients for any moment
1 2 3 4 | setBetaTable(this, table, force_fun = FALSE)
## S3 method for class 'modelStrategy'
setBetaTable(this, table, force_fun = FALSE)
|
this |
modelStrategy |
table |
xts, columns should go in same order, that in user data |
force_fun |
logical, if it is TRUE, then beta_fun will be specified if it is FALSE, then it will be specified only if it is NULL |
1 2 3 4 5 6 | ## Not run:
tmp <- xts(data.frame(GAZP = c(10, 20), LKOH = c(3, 4)),
c(as.Date('2010-01-01'), as.Date('2013-01-01')))
setBetaTable(this, tmp)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.