print.MetaAnalyticSurvCat: Prints all the elements of an object fitted with the...

View source: R/MetaAnalyticSurvCat.R

print.MetaAnalyticSurvCatR Documentation

Prints all the elements of an object fitted with the 'MetaAnalyticSurvCat()' function.

Description

Prints all the elements of an object fitted with the 'MetaAnalyticSurvCat()' function.

Usage

## S3 method for class 'MetaAnalyticSurvCat'
print(x, ...)

Arguments

x

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

...

...

Value

The surrogacy measures with their 95% confidence intervals and the estimated treatment effect on the surrogate and true endpoint.

Examples

## Not run: 
data("colorectal4")
fit <- MetaAnalyticSurvCat(data = colorectal4, true = truend, trueind = trueind, surrog = surrogend,
                           trt = treatn, center = center, trial = trialend, patientid = patid,
                           adjustment="unadjusted")
print(fit)

## End(Not run)

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