Description Usage Arguments Value Examples
This function is used in the checknormality function to mimic how you use a p-value chart.
1 | find_surrounding_pair(target, x)
|
target |
the value (i.e. the area under the curve); double or integer |
x |
a vector contain values (i.e. the row in the p-value chart corresponding to n); double or integer corresponding to target |
a list with positions of the values within the vector and the values in those positions
1 | find_surrounding_pair (5, 1:10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.