MillerJack | R Documentation |
Function to compute the Miller Jackknife Q statistic.
MillerJack(x,y=NULL)
x |
Either a vector containing the first group of data (X) or a matrix containing both groups of data. |
y |
If x is a vector, y is a vector containing the second group of data (Y). Otherwise, not used. |
Returns the observed Q statistic.
Grant Schneider
##Hollander-Wolfe-Chicken Example 5.2 Southern Armyworm and Pokeweed
kentucky.pokeweed<-c(6.2,5.9,8.9,6.5,8.6)
florida.pokeweed<-c(9.5,9.8,9.5,9.6,10.3)
MillerJack(kentucky.pokeweed,florida.pokeweed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.