powered by
Determine whether the index values are constructed from a constant rate or provided directly
setTabulate(this, ...) <- value# S4 method for Index,logical setTabulate(this) <- value
# S4 method for Index,logical setTabulate(this) <- value
Index Object
Additional function arguments
Logical Value (default:FALSE)
# 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