if (FALSE) {
data(bc)
# Fits the same model using the 3 inference methods
mle = fit.models(formula=Surv(recyrs,censrec)~group,data=bc,
distr="exp",method="mle")
p.mle = make.surv(mle,nsim=100)
psa.plot(p.mle)
}
Run the code above in your browser using DataLab