View source: R/cond_indirect_diff.R
| confint.cond_indirect_diff | R Documentation |
Extract the confidence
interval of the output of
cond_indirect_diff().
## S3 method for class 'cond_indirect_diff'
confint(object, parm, level = NULL, ...)
object |
The output of
|
parm |
Ignored. |
level |
If set to |
... |
Optional arguments. Ignored. |
The confint method of the
cond_indirect_diff-class object.
The type of confidence intervals depends on the call used to create the object. This function merely extracts the stored confidence intervals.
A one-row-two-column data
frame of the confidence limits. If
confidence interval is not available,
the limits are NAs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.