accrual.n.hedging {accrual} | R Documentation |
Prediction of Accrual with Hedging Prior in Fixed Time Frame
Description
Produce an output for prediction of the number of participants will be recruited in a fixed time frame with Hedging Prior.
Usage
accrual.n.hedging(n, TT, m, tm, Tp)
Arguments
n |
Target sample size |
TT |
Target completion time |
m |
Sample observed to date |
tm |
Time to date |
Tp |
The specific time that want to predict the recruitment |
Value
A list of prediction on the number of participants that will be recruited in a fixed time frame with Hedging Prior.
Author(s)
Junhao Liu, Yu Jiang, Cen Wu, Steve Simon, Matthew S. Mayo, Rama Raghavan, Byron J. Gajewski
Examples
accrual.n.hedging(n=300, TT=36, m=100, tm=10, Tp=36)[[1]]
[Package accrual version 1.4 Index]