powered by
Constant Enrollment Rates
enrollment_constant(rate, for_time = rep(1, length(rate)))
An object of class DataSimEnrollment to be passed to create_data_simulation()
create_data_simulation()
Number of patients to enroll per unit time
Number of time periods for each rate. Must be equal length to rate
rate
# 10 patients/month for 6 months, then 5/month for 6 months enroll_obj <- enrollment_constant(rate = c(10, 5), for_time = c(6, 6)) enroll_obj@fun(n = 80)
Run the code above in your browser using DataLab