Learn R Programming

Surrogate (version 3.3.3)

print.MetaAnalyticSurvCont: 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 MetaAnalyticSurvCont
print(x, ...)

Value

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

Arguments

x

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

...

...

Examples

Run this code
if (FALSE) {
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)
}

Run the code above in your browser using DataLab