View source: R/MetaAnalyticSurvCont.R
summary.MetaAnalyticSurvCont | R Documentation |
Provides a summary of the surrogacy measures for an object fitted with the 'MetaAnalyticSurvCont()' function.
## S3 method for class 'MetaAnalyticSurvCont'
summary(object, ...)
object |
An object of class 'MetaAnalyticSurvCont' fitted with the 'MetaAnalyticSurvCont()' function. |
... |
... |
The surrogacy measures with their 95% confidence intervals.
## Not run:
data("colorectal")
data("prostate")
fit <- MetaAnalyticSurvCont(data = prostate, true = SURVTIME, trueind = SURVIND, surrog = PSA,
trt = TREAT, center = TRIAL, trial = TRIAL, patientid = PATID,
copula = "Hougaard", adjustment = "weighted")
summary(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.