Learn R Programming

accrual (version 1.4)

accrual.n.hedging: 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)

Value

A list of prediction on the number of participants that will be recruited in a fixed time frame with Hedging Prior.

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

Author

Junhao Liu, Yu Jiang, Cen Wu, Steve Simon, Matthew S. Mayo, Rama Raghavan, Byron J. Gajewski

Examples

Run this code
 accrual.n.hedging(n=300, TT=36, m=100, tm=10, Tp=36)[[1]]

Run the code above in your browser using DataLab