setSeasonality<- | R Documentation |
setSeasonality<-
sets monthly multiplier to reflect seasonal impact.
setSeasonality(this, ...) <- value ## S4 replacement method for signature 'Index,vector' setSeasonality(this) <- value
this |
Index Object |
... |
Additional function arguments |
value |
Numeric Vector (default:rep(1,12)) |
xindex <- new("Index") setID(xindex)<-"IDX1" setTabulate(xindex)<-TRUE setAnnualizedRate(xindex)<-0.03 setYearlyIndex(xindex)<- c(1,1.05,1.2,0.95,1.3) set.seed(123) setSeasonality(xindex)<-rnorm(12,mean=1,sd=0.03) xindex<-setIndex(xindex) xindex@monthlyIndex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.