summary.MetaAnalyticSurvSurv {Surrogate} | R Documentation |
Provides a summary of the surrogacy measures for an object fitted with the 'MetaAnalyticSurvSurv()' function.
Description
Provides a summary of the surrogacy measures for an object fitted with the 'MetaAnalyticSurvSurv()' function.
Usage
## S3 method for class 'MetaAnalyticSurvSurv'
summary(object, ...)
Arguments
object |
An object of class 'MetaAnalyticSurvSurv' fitted with the 'MetaAnalyticSurvSurv()' function. |
... |
... |
Value
The surrogacy measures with their 95% confidence intervals.
Examples
## Not run:
data("colorectal")
fit <- MetaAnalyticSurvSurv(data=Ovarian,true=Surv,trueind=SurvInd,surrog=Pfs,surrogind=PfsInd,
trt=Treat,center=Center,trial=Center,patientid=Patient,
copula="Plackett",adjustment="unadjusted")
summary(fit)
## End(Not run)
[Package Surrogate version 3.3.0 Index]