Learn R Programming

psborrow2 (version 0.0.4.0)

enrollment_constant: Constant Enrollment Rates

Description

Constant Enrollment Rates

Usage

enrollment_constant(rate, for_time = rep(1, length(rate)))

Value

An object of class DataSimEnrollment to be passed to create_data_simulation()

Arguments

rate

Number of patients to enroll per unit time

for_time

Number of time periods for each rate. Must be equal length to rate

Examples

Run this code
# 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