View source: R/MetaAnalyticSurvSurv.R
print.MetaAnalyticSurvSurv | R Documentation |
Prints all the elements of an object fitted with the 'MetaAnalyticSurvSurv()' function.
## S3 method for class 'MetaAnalyticSurvSurv'
print(x, ...)
x |
An object of class 'MetaAnalyticSurvSurv' fitted with the 'MetaAnalyticSurvSurv()' 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 <- 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.