Get the distribution of follow-up time
Usage
getFollowUpDistribution(population, quantiles = c(0, 0.25, 0.5, 0.75, 1))
Arguments
- population
A data frame describing the study population as created using the
createStudyPopulation
function. This should at least have these columns: treatment, timeAtRisk.- quantiles
The quantiles of the population to compute minimum follow-up time for.