hogg.test | R Documentation |
Based on selector statistics (Q1 & Q2) one of four score functions is choosen. A rank test and p-value is then calculated based on it.
hogg.test(x, y, ...)
x |
n by 1 vector |
y |
m by 1 vector |
... |
additional arguments. currently not used |
statistic |
Value of the test statistic. |
p.value |
p-value based on a normal approximation. |
scores |
Which of the score functions was choosen. |
John Kloke, Patrick Kimes
Hogg, R. McKean, J, Craig, A (2013) Introduction to Mathematical Statistics, 7th Ed. Boston: Pearson.
hogg.test(rt(20,1),rt(22,1)+0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.