powered by
Function to identify the times' intervals
findInt(time, tgrid)
vector of times.
time grid of the PE distribution.
indicator of times's intervals
# NOT RUN { data(telecom) tgrid <- with(telecom, timeGrid(time, status)) tgrid findInt(telecom$time, tgrid) # }
Run the code above in your browser using DataLab