Plot Method for an 'acdf' Object
plot.acdf.RdPlot Method for an 'acdf' Object
Usage
# S3 method for class 'acdf'
plot(x, ci_level = 0.95, color = 2, col_line = 1, ...)Arguments
- x
An object of class
acdf. Typically the output of theestimate_hazardfunction.- ci_level
A numeric vector of confidence ci_level to plot (e.g.,
c(0.5, 0.95)). Defaults to0.95.- color
The color for the confidence interval polygon.
- col_line
The color for the hazard rate line.
- ...
Additional arguments passed to the base
plotfunction (e.g.,main,xlab,ylab,ylim).