comp.test(x, ina, test = "james", R = 0, ncores = 1, graph = FALSE)
G.S. James (1954). Tests of Linear Hypothese in Univariate and Multivariate Analysis when the Ratios of the Population Variances are Unknown. Biometrika, 41(1/2): 19-43
Krishnamoorthy K. and Yanping Xia (2006). On Selecting Tests for Equality of Two Normal Mean Vectors. Multivariate Behavioral Research 41(4): 533-548.
Owen A. B. (2001). Empirical likelihood. Chapman and Hall/CRC Press.
Owen A.B. (1988). Empirical likelihood ratio confidence intervals for a single functional. Biometrika 75(2): 237-249.
Amaral G.J.A., Dryden I.L. and Wood A.T.A. (2007). Pivotal bootstrap methods for k-sample problems in directional statistics and shape analysis. Journal of the American Statistical Association 102(478): 695-707.
Preston S.P. and Wood A.T.A. (2010). Two-Sample Bootstrap Hypothesis Tests for Three-Dimensional Labelled Landmark Data. Scandinavian Journal of Statistics 37(4): 568-587.
Jing Bing-Yi and Andrew TA Wood (1996). Exponential empirical likelihood is not Bartlett correctable. Annals of Statistics 24(1): 365-369.
maovjames, maov, hotel2T2, el.test2
ina <- rep(1:2, each = 50)
comp.test( iris[1:100, 1:4], ina, test = "james", R = 0 )
comp.test( iris[1:100, 1:4], ina, test = "hotel", R = 0 )
comp.test( iris[1:100, 1:4], ina, test = "el", R = 0 )
comp.test( iris[1:100, 1:4], ina, test = "eel", R = 0 )
Run the code above in your browser using DataLab