if (FALSE) {
data("colorectal")
fit_bin <- MetaAnalyticSurvBin(data = colorectal, true = surv, trueind = SURVIND,
surrog = responder, trt = TREAT, center = CENTER,
trial = TRIAL, patientid = patientid,
adjustment="unadjusted")
print(fit_bin)
summary(fit_bin)
plot(fit_bin)
}
Run the code above in your browser using DataLab