Learn R Programming

Surrogate (version 3.3.3)

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

Description

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

Usage

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

Value

The surrogacy measures with their 95% confidence intervals.

Arguments

object

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

...

...

Examples

Run this code
if (FALSE) {
data("colorectal")
data("prostate")
fit <- MetaAnalyticSurvCont(data = prostate, true = SURVTIME, trueind = SURVIND, surrog = PSA,
trt = TREAT, center = TRIAL, trial = TRIAL, patientid = PATID,
copula = "Hougaard", adjustment = "weighted")
summary(fit)
}

Run the code above in your browser using DataLab