Skip to contents

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.

Usage

count_outcomes_at_time_t(prepared_data, study_times)

Arguments

prepared_data

A prepeared dataset: see prepare_monitored_study_data

study_times

A numeric vector of study times at which to count events.

Value

A data.frame

Examples

# To be added