powered by
Calculate the censoring rate for a one-arm design
CensRate.OneArm( N = NULL, d = NULL, s = NULL, m = NULL, l = NULL, alpha = NULL, nu = NULL )
This function returns a list containing all design parameters, including the calculated censoring rate gamma.
gamma
Number of subjects plan to enrolled
expected number of events observed at time l
l
enrollment period
maximum follow-up for a single subject
observation time
shape parameter of weibull survival distribution
scale parameter of weibull survival distribution
CensRate.OneArm(N=100,d=10,l=10,s=12,m=6,alpha=1,nu=20)
Run the code above in your browser using DataLab