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