Learn R Programming

cascsim (version 0.4)

setMeanList<-: Set the year-to-year loss development factor.

Description

setMeanList<- sets expected year-to-year loss development factor. Years after It is only used when ibnerfModel == FALSE.

Usage

setMeanList(this, ...) <- value

# S4 method for DevFac,vector setMeanList(this) <- value

Arguments

this

DevFac Object

...

Additional function arguments

value

Numeric Vector

Examples

Run this code
# NOT RUN {
xIBNERFactor <- new("DevFac")
setID(xIBNERFactor)<-"IF1"
setFacModel(xIBNERFactor)<-FALSE
setMeanList(xIBNERFactor)<-c(1.26,1.1,1.05,1.02,1)
setVolList(xIBNERFactor)<-rep(0.02,5)
xIBNERFactor
# }

Run the code above in your browser using DataLab