enrollment_constant: Constant Enrollment Rates

View source: R/simulate_data.R

enrollment_constantR Documentation

Constant Enrollment Rates

Description

Constant Enrollment Rates

Usage

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

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

Value

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

Examples

# 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)

psborrow2 documentation built on April 4, 2025, 12:37 a.m.