CensRate.OneArm {ClinTrialPredict} | R Documentation |
Calculate the censoring rate for a one-arm design
Description
Calculate the censoring rate for a one-arm design
Usage
CensRate.OneArm(
N = NULL,
d = NULL,
s = NULL,
m = NULL,
l = NULL,
alpha = NULL,
nu = NULL
)
Arguments
N |
Number of subjects plan to enrolled |
d |
expected number of events observed at time |
s |
enrollment period |
m |
maximum follow-up for a single subject |
l |
observation time |
alpha |
shape parameter of weibull survival distribution |
nu |
scale parameter of weibull survival distribution |
Value
This function returns a list containing all design parameters, including the calculated censoring rate gamma
.
Examples
CensRate.OneArm(N=100,d=10,l=10,s=12,m=6,alpha=1,nu=20)
[Package ClinTrialPredict version 0.0.4 Index]