Learn R Programming

Surrogate (version 3.3.3)

print.MetaAnalyticSurvBin: Prints all the elements of an object fitted with the 'MetaAnalyticSurvBin()' function.

Description

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

Usage

# S3 method for MetaAnalyticSurvBin
print(x, ...)

Value

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

Arguments

x

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

...

...

Examples

Run this code
if (FALSE) {
data("colorectal")
fit_bin <- MetaAnalyticSurvBin(data = colorectal, true = surv, trueind = SURVIND,
                               surrog = responder, trt = TREAT, center = CENTER,
                               trial = TRIAL, patientid = patientid,
                               adjustment="unadjusted")
print(fit_bin)
}

Run the code above in your browser using DataLab