Description Usage Arguments Details Examples
View source: R/ConfidenceIntervalsIndex.R
Compute the confidence interval index by Minkah & de Wet (2018)
1 | ConfidenceIntervalsIndex(Sig = 0.05, Coverage, Length)
|
Sig |
the significance level (alpha). Defaults to 0.05. |
Coverage |
The empirical coverage - a number in (0,1). |
Length |
The empirical length of the interval. |
Comparison of Confidence Interval Estimators: An Index Approach. Minkah & de Wet, 2018.
1 2 | ConfidenceIntervalsIndex(Sig = 0.1,Coverage = 0.95,Length = 0.2)
ConfidenceIntervalsIndex(Sig = 0.1,Coverage = 0.9,Length = 0.25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.