Computes a critical value for the Hayter-Stone W* asymptotic distribution.
This function computes the critical value for the Hayter-Stone W* asymptotic distriburion at the given alpha level.
cHayStonLSA(alpha,k,delta=.001)
alpha |
A numeric value between 0 and 1. |
k |
A numeric value indicating the number of the data groups (with assumed equal sizes). |
delta |
Increment used to create the grid on which the distribution will be approximated. |
The Asymptotic distribution requires that all (unspecified) group sizes are equal.
Returns the cutoff (based on the specified grid) with upper tail probability nearest to alpha.
Grant Schneider
Hayter, Anthony J., and Wei Liu. "Exact calculations for the one-sided studentized range test for testing against a simple ordered alternative." Computational statistics & data analysis 22.1 (1996): 17-25.
##Hollander-Wolfe-Chicken Example 6.7 Motivational Effect of Knowledge of Performance: cHayStonLSA(.0553,3,delta=0.01) ##Section preceding Example 6.7 (explaining LSA) cHayStonLSA(.05,6,delta=0.01)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.