getAccrualDurationFromN | R Documentation |
Obtains the accrual duration to enroll the target number of subjects.
getAccrualDurationFromN(
nsubjects = NA_real_,
accrualTime = 0L,
accrualIntensity = NA_real_
)
nsubjects |
The vector of target number of subjects. |
accrualTime |
A vector that specifies the starting time of
piecewise Poisson enrollment time intervals. Must start with 0, e.g.,
|
accrualIntensity |
A vector of accrual intensities. One for each accrual time interval. |
A vector of accrual durations.
Kaifeng Lu, kaifenglu@gmail.com
getAccrualDurationFromN(nsubjects = c(20, 150), accrualTime = c(0, 3),
accrualIntensity = c(10, 20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.