rreopen | R Documentation |
Simulate whether closed claims will be reopened or not.
rreopen(closeYear, reopenProb)
closeYear |
Years after claim closure. It could be a number or a numeric vector. |
reopenProb |
A vector that contains the reopen probability based on closeYear. |
reopenprob<-c(0.02,0.01,0.005,0.005,0.003,0) rreopen(rep(2,1000),reopenprob)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.