qtable | R Documentation |
This function calculates critical values or p-values which cannot be obtained numerically, and only tabularized version is available.
qtable(p, probs, quants)
p |
vector of probabilities. |
probs |
vector of given probabilities. |
quants |
vector of given corresponding quantiles. |
This function is internal routine used to obtain Grubbs and Dixon critical values. It fits linear or cubical regression to closests values of its argument, then uses obtained function to obtain quantile by interpolation.
A vector of interpolated values
You can simply do "reverse" interpolation (p-value calculating) by reversing probabilities and quantiles (2 and 3 argument).
Lukasz Komsta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.