plot.survHE | R Documentation |
fit.models
Plots the results of model fit.
## S3 method for class 'survHE'
plot(...)
... |
Must include at least one result object saved as
the call to the
|
Gianluca Baio
G Baio (2019). survHE: Survival analysis for health economic evaluation and cost-effectiveness modelling. Journal of Statistical Software (2020). vol 95, 14, 1-47. doi:10.18637/jss.v095.i14
fit.models
, write.surv
## Not run:
data(bc)
mle = fit.models(formula=Surv(recyrs,censrec)~group,data=bc,
distr="exp",method="mle")
inla = fit.models(formula=Surv(recyrs,censrec)~group,data=bc,
distr="exp",method="inla")
plot(MLE=mle,INLA=inla)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.