View source: R/model.fit.plot.R
model.fit.plot | R Documentation |
Plots a summary of the model fit for all the models fitted
model.fit.plot(..., type = "aic", scale = "absolute", stacked = FALSE)
... |
Optional inputs. Must include at least one |
type |
should the AIC, the BIC or the DIC plotted? (values = |
scale |
If |
stacked |
Should the bars be stacked and grouped by survHE object? (default=F) |
Something will go here
A plot with the relevant model fitting statistics
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
## Not run:
data(bc)
mle = fit.models(formula=Surv(recyrs,censrec)~group,data=bc,
distr=c("exp","wei","lno"),method="mle")
model.fit.plot(mle)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.