View source: R/MetaAnalyticSurvCat.R
print.MetaAnalyticSurvCat | R Documentation |
Prints all the elements of an object fitted with the 'MetaAnalyticSurvCat()' function.
## S3 method for class 'MetaAnalyticSurvCat'
print(x, ...)
x |
An object of class 'MetaAnalyticSurvCat' fitted with the 'MetaAnalyticSurvCat()' function. |
... |
... |
The surrogacy measures with their 95% confidence intervals and the estimated treatment effect on the surrogate and true endpoint.
## Not run:
data("colorectal4")
fit <- MetaAnalyticSurvCat(data = colorectal4, true = truend, trueind = trueind, surrog = surrogend,
trt = treatn, center = center, trial = trialend, patientid = patid,
adjustment="unadjusted")
print(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.