simP0 | R Documentation |
Simulate whether claims will have zero payment.
simP0(devYear, zeroProb)
devYear |
Development Year. It could be a number or a numeric vector. |
zeroProb |
A vector that contains the probability of zero payment based on development year. |
zeroprob<-c(0.02,0.01,0.005,0.005,0.003,0) simP0(rep(2,1000),zeroprob)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.