Learn R Programming

Surrogate (version 3.2.6)

summary.survcat: Provides a summary of the surrogacy measures for an object fitted with the 'survcat()' function.

Description

Provides a summary of the surrogacy measures for an object fitted with the 'survcat()' function.

Usage

# S3 method for survcat
summary(object, ...)

Value

The surrogacy measures with their 95% confidence intervals.

Arguments

object

An object of class 'survcat' fitted with the 'survcat()' function.

...

...

Examples

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