Extract the confidence
interval of the output of
cond_indirect_diff().
# S3 method for cond_indirect_diff
confint(object, parm, level = NULL, ...)A one-row-two-column data
frame of the confidence limits. If
confidence interval is not available,
the limits are NAs.
The output of
cond_indirect_diff().
Ignored.
If set to NULL, the default,
then the
level of confidence used to generate
object
is used. If set to a value,
this value will be used
to recompute the confidence intervals.
If the confidence interval is to be
computed from the standard error,
and so level is not set in object,
then the default value is .95.
(This new behavior applies to 0.3.6.15
and later versions.)
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.