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

View source: R/MetaAnalyticSurvBin.R

summary.MetaAnalyticSurvBinR Documentation

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

Arguments

object

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

...

...

Value

The surrogacy measures with their 95% confidence intervals.

Examples

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

## End(Not run)

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