Description Usage Arguments Value See Also Examples
Generates symmetric confidence intervals using the Wald method.
1 | ci_wald(est, se)
|
est |
Parameter estimate. |
se |
Standard error. |
Returns a vector with the following elements:
Standard error.
z
statistic.
p
-value.
Logical. Tests if p
< 0.001.
Logical. Tests if p
< 0.01.
Logical. Tests if p
< 0.05.
Lower limit. Alpha 0.001.
Lower limit. Alpha 0.01.
Lower limit. Alpha 0.05.
Upper limit. Alpha 0.05.
Upper limit. Alpha 0.01.
Upper limit. Alpha 0.001.
Logical. Tests if ll_001
< 0 < ul_001
.
Logical. Tests if ll_01
< 0 < ul_01
.
Logical. Tests if ll_05
< 0 < ul_05
.
ll_001
- ul_001
.
ll_01
- ul_01
.
ll_05
- ul_05
.
Confidence interval shape. Alpha 0.001.
Confidence interval shape. Alpha 0.01.
Confidence interval shape. Alpha 0.05.
Note that se
, z
, p
, and sig
are based on the normal theory.
Confidence limits for ci_wald
are based on the normal theory.
Ajustments for asymmetry for ci_bc
and ci_bca
are made in the confidence limits.
Other confidence interval functions:
ci_bca()
,
ci_bc()
,
ci_quantile()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.