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

View source: R/MetaAnalyticSurvSurv.R

summary.MetaAnalyticSurvSurvR Documentation

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

Description

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

Usage

## S3 method for class 'MetaAnalyticSurvSurv'
summary(object, ...)

Arguments

object

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

...

...

Value

The surrogacy measures with their 95% confidence intervals.

Examples

## Not run: 
data("colorectal")
fit <- MetaAnalyticSurvSurv(data=Ovarian,true=Surv,trueind=SurvInd,surrog=Pfs,surrogind=PfsInd,
                            trt=Treat,center=Center,trial=Center,patientid=Patient,
                            copula="Plackett",adjustment="unadjusted")
summary(fit)

## End(Not run)

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