Construct a matrix containing the incidence counts at a sequence of census times.

census_incidence(incid_mat, census_times, interval_inds)

Arguments

incid_mat

matrix with incidence counts

census_times

vector of census times

interval_inds

interval indices, generated by a call to findInterval with left.open=T

Value

matrix containing the incidence counts at census times.