Provides a summary of the surrogacy measures for an object fitted with the 'survcat()' function.
# S3 method for survcat
summary(object, ...)
The surrogacy measures with their 95% confidence intervals.
An object of class 'survcat' fitted with the 'survcat()' function.
...
if (FALSE) {
data("colorectal4")
fit <- survcat(data = colorectal4, true = truend, trueind = trueind, surrog = surrogend,
trt = treatn, center = center, trial = trialend, patientid = patid)
summary(fit)
}
Run the code above in your browser using DataLab