| plot.betadanish | R Documentation |
Generates diagnostic plots for a fitted Beta-Danish model, including survival, hazard, density, PP, and QQ plots.
## S3 method for class 'betadanish'
plot(x, type = c("survival", "hazard", "density", "pp", "qq", "all"), ...)
x |
A fitted 'betadanish' object. |
type |
Character string specifying the plot type: '"survival"', '"hazard"', '"density"', '"pp"', '"qq"', or '"all"'. |
... |
Additional arguments passed to the base 'plot' function. |
Invisibly returns the input betadanish object. Called mainly for its side effect of producing diagnostic plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.