powered by
Simulate whether closed claims will be reopened or not.
rreopen(closeYear, reopenProb)
Years after claim closure. It could be a number or a numeric vector.
A vector that contains the reopen probability based on closeYear.
# NOT RUN { reopenprob<-c(0.02,0.01,0.005,0.005,0.003,0) rreopen(rep(2,1000),reopenprob) # }
Run the code above in your browser using DataLab