findInt {peppm} | R Documentation |
Function to identify the times' intervals
findInt(time, tgrid)
time |
vector of times. |
tgrid |
time grid of the PE distribution. |
indicator of times's intervals
data(telecom)
tgrid <- with(telecom, timeGrid(time, status))
tgrid
findInt(telecom$time, tgrid)