Enrollment rate wrapper
Wrapper function for enrollment rate.
enrollment_rate(lambda = 0.3, time = NULL, .data = NULL)
lambda
: vector. Vector with different enrollment rate parameters.time
: vector. Vector with different cut-off times for lambda..data
: NULL. This should not be changed by the user.a list with enrollment rate information
enrollment_rate(lambda = c(0.3, 1), time = 25)
Useful links