findInt {peppm}R Documentation

Function to identify the times' intervals

Description

Function to identify the times' intervals

Usage

findInt(time, tgrid)

Arguments

time

vector of times.

tgrid

time grid of the PE distribution.

Value

indicator of times's intervals

Examples

data(telecom)
tgrid <- with(telecom, timeGrid(time, status))
tgrid
findInt(telecom$time, tgrid) 

[Package peppm version 0.0.1 Index]