Learn R Programming

expstudies (version 0.0.5)

findStart: Find the correct interval/key combination for start intervals.

Description

Find the correct interval/key combination for start intervals.

Usage

findStart(exp_key, start_int, end_int, trans_key, trans_date)

Arguments

exp_key

sorted key column.

start_int

start_intervals that are are sorted within their keys

end_int

end_intervals that are are sorted because start_int is sorted.

trans_key

that must have a matching interval. This is guaranteed by the R code before calling findStart.

trans_date

sorted date column.