setTabulate<- {cascsim} | R Documentation |
Determine whether the index values are constructed from a constant rate or provided directly
Description
Determine whether the index values are constructed from a constant rate or provided directly
Usage
setTabulate(this, ...) <- value
## S4 replacement method for signature 'Index,logical'
setTabulate(this) <- value
Arguments
this |
Index Object |
... |
Additional function arguments |
value |
Logical Value (default:FALSE) |
Examples
xindex <- new("Index")
setID(xindex)<-"IDX1"
setTabulate(xindex)<-FALSE
setAnnualizedRate(xindex)<-0.03
xindex<-setIndex(xindex)
xindex@monthlyIndex
[Package cascsim version 0.4 Index]