Learn R Programming

bayesCT (version 0.99.3)

enrollment_rate: Enrollment rate wrapper

Description

Wrapper function for enrollment rate.

Usage

enrollment_rate(lambda = 0.3, time = NULL, .data = NULL)

Arguments

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.

Value

a list with enrollment rate information

Examples

Run this code
# NOT RUN {
enrollment_rate(lambda = c(0.3, 1), time = 25)
# }

Run the code above in your browser using DataLab