setFacModel-methods: Determine whether the development factor is determined by a...

Description Usage Arguments Examples

Description

Determine whether the development factor is determined by a predictive model or a fixed schedule by development year

Usage

1
2
3
4
setFacModel(this, ...) <- value

## S4 replacement method for signature 'DevFac,logical'
setFacModel(this) <- value

Arguments

this

DevFac Object

...

Additional function arguments

value

Logical Value (default:FALSE)

Examples

1
2
3
4
5
6
7
8
xIBNERFactor <- new("DevFac")
setID(xIBNERFactor)<-"IF1"
setFacModel(xIBNERFactor)<-TRUE
setFun(xIBNERFactor)<-"identity"
setXname(xIBNERFactor)<- c("x1","x2","x3")
setParas(xIBNERFactor)<-c(0.6,-0.2,0.01,-0.3,0.02,0.03,0.01,0.02)
xIBNERFactor<-setDevFac(xIBNERFactor)
xIBNERFactor

cascsim documentation built on Jan. 13, 2020, 5:07 p.m.