Reconstruct the count of events at a given study time during a study
Source:R/count_outcomes_at_time_t.R
count_outcomes_at_time_t.Rd
This function uses the timing of events, such as randomization times and times of outcomes, to reconstruct the data available at an earlier point in the study. This can be used for monitoring the rate of information accrual over the course of a study. This returns the number of events at a particular point during the study.
Arguments
- prepared_data
A prepeared dataset: see prepare_monitored_study_data
- study_times
A
numeric
vector of study times at which to count events.