piecewise {eha} | R Documentation |
Piecewise hazards
Description
Calculate piecewise hazards, no. of events, and exposure times in each interval indicated by cutpoints.
Usage
piecewise(enter, exit, event, cutpoints)
Arguments
enter |
Left interval endpoint |
exit |
Right interval endpoint |
event |
Indicator of event |
cutpoints |
Vector of cutpoints |
Details
Exact calculation.
Value
A list with components
events |
Vector of number of events |
exposure |
Vector of total exposure time |
intensity |
Vector of hazards, |
Author(s)
Göran Broström
See Also
[Package eha version 2.11.4 Index]