Learn R Programming

Surrogate (version 3.3.3)

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

Description

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

Usage

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

Value

The surrogacy measures with their 95% confidence intervals.

Arguments

object

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

...

...

Examples

Run this code
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")
summary(fit)
}

Run the code above in your browser using DataLab