powered by
Set the annualized level rate to construct the index. Only used when tabulate == FALSE.
setAnnualizedRate(this, ...) <- value# S4 method for Index,numeric setAnnualizedRate(this) <- value
# S4 method for Index,numeric setAnnualizedRate(this) <- value
Index Object
Additional function arguments
Numeric Value (default:0.02)
# NOT RUN { xindex <- new("Index") setID(xindex)<-"IDX1" setTabulate(xindex)<-FALSE setAnnualizedRate(xindex)<-0.03 xindex<-setIndex(xindex) xindex@monthlyIndex # }
Run the code above in your browser using DataLab