check_bounds_two_sided | R Documentation |
Given bounds for a two sided test, this checks that none of the bounds fall outside of [0, 1] and that all upper bounds are greater than the corresponding lower bounds. This also ensures the the length of the bounds are the same. This not meant to be called by the user.
check_bounds_two_sided(lower_bounds, upper_bounds)
lower_bounds |
Numeric vector where the ith component is the lower bound for the ith order statistic. |
upper_bounds |
Numeric vector where the ith component is the lower bound for the ith order statistic. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.