summary.MetaAnalyticSurvCat {Surrogate} | R Documentation |
Provides a summary of the surrogacy measures for an object fitted with the 'MetaAnalyticSurvCat()' function.
Description
Provides a summary of the surrogacy measures for an object fitted with the 'MetaAnalyticSurvCat()' function.
Usage
## S3 method for class 'MetaAnalyticSurvCat'
summary(object, ...)
Arguments
object |
An object of class 'MetaAnalyticSurvCat' fitted with the 'MetaAnalyticSurvCat()' function. |
... |
... |
Value
The surrogacy measures with their 95% confidence intervals.
Examples
## Not run:
data("colorectal4")
fit <- MetaAnalyticSurvCat(data = colorectal4, true = truend, trueind = trueind, surrog = surrogend,
trt = treatn, center = center, trial = trialend, patientid = patid,
adjustment="unadjusted")
summary(fit)
## End(Not run)
[Package Surrogate version 3.3.0 Index]