summary.MetaAnalyticSurvCont: Provides a summary of the surrogacy measures for an object...

View source: R/MetaAnalyticSurvCont.R

summary.MetaAnalyticSurvContR Documentation

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 class 'MetaAnalyticSurvCont'
summary(object, ...)

Arguments

object

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

...

...

Value

The surrogacy measures with their 95% confidence intervals.

Examples

## Not run: 
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)

## End(Not run)

Surrogate documentation built on June 22, 2024, 9:16 a.m.