confint.margstd_delta {risks} | R Documentation |
Delta method confidence intervals
Description
Confidence intervals for models fit using marginal standardization based on the melta method.
Usage
## S3 method for class 'margstd_delta'
confint(object, parm = NULL, level = 0.95, ...)
Arguments
object |
Model fitted through marginal standardization, delta method |
parm |
Not used, for compatibility |
level |
Confidence level, defaults to |
... |
Not used |
Value
Matrix: First column, lower bound; second column, upper bound.
[Package risks version 0.4.2 Index]