Learn R Programming

ClinTrialPredict (version 0.0.4)

CensRate.OneArm: 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
)

Value

This function returns a list containing all design parameters, including the calculated censoring rate gamma.

Arguments

N

Number of subjects plan to enrolled

d

expected number of events observed at time l

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

Examples

Run this code
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