powered by
Function to compute the asymptotic P-value for the observed Hollander-Proschan T* statistic.
newbet(x)
The function returns a list with two elements:
the value of the Hollander-Proschan statistic
the standardized value of the Hollander-Proschan statistic
the corresponding probability
a vector of data of length n
Rachel Becvarik
table11.4<-c(194,15,41,29,33,181) newbet(table11.4)
Run the code above in your browser using DataLab