plot.muhaz {muhaz} | R Documentation |
Plots estimated hazard function from an object of class 'muhaz'.
Description
Default time limits are those provided to `muhaz', which default
to zero and the time corresponding to when ten patients remain
at risk. Default y-axis limits are 0 and the maximum estimated
hazard rate.
Additional plots can be added to the same of axes using `lines.muhaz'.
Usage
plot.muhaz(x, ylim, type, xlab, ylab, ...)
lines.muhaz(x, ...)
Arguments
x |
Object of class muhaz (output from calling muhaz
function) |
ylim |
Limits for the y axis. |
type |
type argument for plot . |
xlab |
Label for the x axis. |
ylab |
Label for the y axis. |
... |
Additional arguments to be passed along.
|
See Also
muhaz
[Package
muhaz version 1.2.2
Index]