setBetaTable: Set your coefficients for any moment

Description Usage Arguments Examples

View source: R/user_communication.R

Description

Set your coefficients for any moment

Usage

1
2
3
4
setBetaTable(this, table, force_fun = FALSE)

## S3 method for class 'modelStrategy'
setBetaTable(this, table, force_fun = FALSE)

Arguments

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

Examples

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)

Vitalic57/stratbuilder2pub documentation built on Dec. 18, 2019, 2:56 a.m.