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