Learn R Programming

Surrogate (version 3.3.3)

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

Description

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

Usage

# S3 method for MetaAnalyticSurvSurv
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 'MetaAnalyticSurvSurv' fitted with the 'MetaAnalyticSurvSurv()' function.

...

...

Examples

Run this code
if (FALSE) {
data("colorectal4")
fit <- MetaAnalyticSurvSurv(data=Ovarian,true=Surv,trueind=SurvInd,surrog=Pfs,surrogind=PfsInd,
                            trt=Treat,center=Center,trial=Center,patientid=Patient,
                            copula="Plackett",adjustment="unadjusted")
print(fit)
}

Run the code above in your browser using DataLab