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

View source: R/MetaAnalyticSurvCont.R

print.MetaAnalyticSurvContR Documentation

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

Description

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

Usage

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

Arguments

x

An object of class 'MetaAnalyticSurvCont' fitted with the 'MetaAnalyticSurvCont()' 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")
data("prostate")
fit <- MetaAnalyticSurvCont(data = prostate, true = SURVTIME, trueind = SURVIND, surrog = PSA,
trt = TREAT, center = TRIAL, trial = TRIAL, patientid = PATID,
copula = "Hougaard", adjustment = "weighted")
print(fit)

## End(Not run)

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