Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

MillerJack

Miller Jackknife


Description

Function to compute the Miller Jackknife Q statistic.

Usage

MillerJack(x,y=NULL)

Arguments

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.

Value

Returns the observed Q statistic.

Author(s)

Grant Schneider

Examples

##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)

NSM3

Functions and Datasets to Accompany Hollander, Wolfe, and Chicken - Nonparametric Statistical Methods, Third Edition

v1.16
GPL-2
Authors
Grant Schneider, Eric Chicken, Rachel Becvarik
Initial release
2021-04-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.