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 (knots) for lambda. |
.data | NULL. This should not be changed by the user. |
A list with enrollment rate information.
#> $lambda #> [1] 0.3 1.0 #> #> $lambda_time #> [1] 25 #>