#====================================================================
# cm214_pfs: The sample reconstructed data of the CheckMate214 study.
# The code below reproduces the results reported by
# Uno and Horiguchi (StatMed; 2023) in Table 6.
#====================================================================
D = cm214_pfs
time = D$time
status = D$status
tau = 21
b = ah1(time=time, status=status, tau=tau, conf.int=0.95)
print(b)
Run the code above in your browser using DataLab