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.

Usage

data_at_time_t(prepared_data, study_time)

Arguments

prepared_data

A prepeared dataset: see prepare_monitored_study_data

study_time

A numeric scalar indicating the study time at which the data should be reconstructed

Value

A list

Examples

# To be added