Description Usage Arguments Details Value References Examples
View source: R/indexIntervals.R
If we pick one point from each of a set of intervals, the index intervals describe the possible ranks of points in each interval. If this function is given simultaneous 100(1 - alpha)% confidence intervals for a distinct set of parameters, the index intervals are simultaneous 100(1 - alpha)% confidence intervals for the true ranks.
1 | indexIntervals(intervals)
|
intervals |
data frame (see generateIntervals for the required format) |
See section 5.2 of Rising (2021).
data frame (see generateIntervals for the format)
Rising, Justin (2021). Uncertainty in Ranking. arXiv:2107.03459.
1 2 3 4 | left <- 0:2 * 0.5 + 1
right <- left + 0.75
intervals <- data.frame(left = left, right = right)
indexIntervals(intervals)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.