View source: R/MetaAnalyticSurvBin.R
print.MetaAnalyticSurvBin | R Documentation |
Prints all the elements of an object fitted with the 'MetaAnalyticSurvBin()' function.
## S3 method for class 'MetaAnalyticSurvBin'
print(x, ...)
x |
An object of class 'MetaAnalyticSurvBin' fitted with the 'MetaAnalyticSurvBin()' function. |
... |
... |
The surrogacy measures with their 95% confidence intervals and the estimated treament effect on the surrogate and true endpoint.
## Not run:
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.