confint.risks | R Documentation |
Estimates confidence intervals for the fitted risks model. For binomial models, large-sample confidence intervals, not profile likelihood, are used.
## S3 method for class 'risks'
confint(
object,
parm,
level = 0.95,
bootrepeats = 1000,
bootci = "bca",
jacksd = FALSE,
...
)
object |
A fitted risks model |
parm |
Not used, for compatibility |
level |
Optional. Confidence level. Defaults to |
bootrepeats |
Optional and only applicable to
|
bootci |
Optional and only applicable to
|
jacksd |
Optional and only applicable to
|
... |
Passed on. |
Matrix: First column, lower bound; second column, upper bound.
confint(
riskratio(
formula = death ~ stage + receptor,
data = breastcancer))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.