Prints all the elements of an object fitted with the 'MetaAnalyticSurvCat()' function.
# S3 method for MetaAnalyticSurvCat
print(x, ...)
The surrogacy measures with their 95% confidence intervals and the estimated treatment effect on the surrogate and true endpoint.
An object of class 'MetaAnalyticSurvCat' fitted with the 'MetaAnalyticSurvCat()' function.
...
if (FALSE) {
data("colorectal4")
fit <- MetaAnalyticSurvCat(data = colorectal4, true = truend, trueind = trueind, surrog = surrogend,
trt = treatn, center = center, trial = trialend, patientid = patid,
adjustment="unadjusted")
print(fit)
}
Run the code above in your browser using DataLab