Learn R Programming

NSM3 (version 1.1)

MillerJack: Miller Jackknife

Description

Function to compute the Miller Jackknife Q statistic.

Usage

MillerJack(x,y=NA)

Arguments

Value

Returns the observed Q statistic.

Examples

Run this code
##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)

Run the code above in your browser using DataLab