bri.basehaz.plot | R Documentation |
Plot the baseline hazard functions for survival models using INLA
bri.basehaz.plot(inla.obj, plot = TRUE, cex.lab = 1.25,
cex.axis = 1.25, ...)
inla.obj |
an object of class "inla". |
plot |
if plot = TRUE, the plot of the baseline hazard functions will be generated. |
cex.lab |
The magnification to be used for x and y labels relative to the current setting of cex. |
cex.axis |
The magnification to be used for x and y labels relative to the current setting of cex. |
... |
The function supports Weibull model, Expontenial model and Cox proportional hazards model for right censored data.
A list of evaluated time points (time), and the values of corresponding base line function (basehaz).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.