setAnnualizedRate<- | R Documentation |
Set the annualized level rate to construct the index. Only used when tabulate == FALSE.
setAnnualizedRate(this, ...) <- value ## S4 replacement method for signature 'Index,numeric' setAnnualizedRate(this) <- value
this |
Index Object |
... |
Additional function arguments |
value |
Numeric Value (default:0.02) |
xindex <- new("Index") setID(xindex)<-"IDX1" setTabulate(xindex)<-FALSE setAnnualizedRate(xindex)<-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.