Learn R Programming

cascsim (version 0.4)

setTabulate<-: 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 method for Index,logical setTabulate(this) <- value

Arguments

this

Index Object

...

Additional function arguments

value

Logical Value (default:FALSE)

Examples

Run this code
# 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