1999
DOI: 10.1002/(sici)1521-4036(199906)41:3<321::aid-bimj321>3.3.co;2-x
|View full text |Cite
|
Sign up to set email alerts
|

Robust One-Way ANOVA under Possibly Non-Regular Conditions

Abstract: Consider the one-way ANOVA problem of comparing the meansSolutions are available based on (i) normal-theory procedures, (ii) linear rank statistics and (iii) M-estimators.The above model presupposes thathave equal variances ( homoscedasticity). However practising statisticans content that homoscedasticity is often violated in practice. Hence a more realistic problem to consider iswhere F is symmetric about the origin and s 1 Y F F F Y s c are unknown and possibly unequal ( heteroscedasticity). Now we have to c… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
22
0

Year Published

2002
2002
2008
2008

Publication Types

Select...
5

Relationship

1
4

Authors

Journals

citations
Cited by 9 publications
(22 citation statements)
references
References 18 publications
0
22
0
Order By: Relevance
“…Appendix A SAS/IML Program for Q-Statistics *Checking for symmetry using the Q2 and Q1 indices presented in Babu, Padmanabhan and Puri (1999); *This program details all the steps in obtaining the Q2 and Q1 indices; OPTIONS NOCENTER; PROC IML; RESET NONAME; *Although the Q2 and Q1 calculations differ, both share common steps; *Hence, they are incorporated into one module QMOD with the variable QCHOICE being the switch that activates Q2 or Q1: 1 activates Q1 and 2 activates Q2; START QMOD(QCHOICE,Y,OSY,GINFO,Q) GLOBAL(NY,WOBS,BOBS,PER); G = INT(PER#NY); NYPRIME = NY -2#G; NPRIME = SUM(NYPRIME); …”
Section: Discussionmentioning
confidence: 99%
See 2 more Smart Citations
“…Appendix A SAS/IML Program for Q-Statistics *Checking for symmetry using the Q2 and Q1 indices presented in Babu, Padmanabhan and Puri (1999); *This program details all the steps in obtaining the Q2 and Q1 indices; OPTIONS NOCENTER; PROC IML; RESET NONAME; *Although the Q2 and Q1 calculations differ, both share common steps; *Hence, they are incorporated into one module QMOD with the variable QCHOICE being the switch that activates Q2 or Q1: 1 activates Q1 and 2 activates Q2; START QMOD(QCHOICE,Y,OSY,GINFO,Q) GLOBAL(NY,WOBS,BOBS,PER); G = INT(PER#NY); NYPRIME = NY -2#G; NPRIME = SUM(NYPRIME); …”
Section: Discussionmentioning
confidence: 99%
“…Work by Hogg et al (1975) and Babu et al (1999), however, may provide a successful solution to this problem. The details of this method are presented in Othman, Keselman, Wilcox, and Fradette (2003).…”
Section: A Preliminary Test For Symmetrymentioning
confidence: 99%
See 1 more Smart Citation
“…As indicated in our introduction, Keselman et al (2002) found that by first applying the Babu et al (1999) procedure prior to testing for treatment group equality with sample symmetrically or asymmetrically determined trimmed means one could achieve excellent control over Type I errors even though data were obtained from very heterogenous distributions that were extremely nonnormal in form. Accordingly, they recommended that users adopt the Babu et al (1999) test for symmetry.…”
Section: Discussionmentioning
confidence: 98%
“…(1993) Appendix A SAS/IML Program for Q-Statistics *Checking for symmetry using the Q2 and Q1 indices presented in Babu, Padmanabhan and Puri (1999); *This program details all the steps in obtaining the Q2 and Q1 indices; OPTIONS NOCENTER; PROC IML; RESET NONAME; *Although the Q2 and Q1 calculations differ, both share common steps; *Hence, they are incorporated into one module QMOD with the variable QCHOICE being the switch that activates Q2 or Q1: 1 activates Q1 and 2 activates Q2; START QMOD(QCHOICE,Y,OSY,GINFO,Q) GLOBAL(NY,WOBS,BOBS,PER); G = INT(PER#NY); NYPRIME = NY -2#G; NPRIME = SUM(NYPRIME); *Initialize group information matrix; IF QCHOICE = 1 THEN GINFO = J(BOBS, 1:3,8]`#NYPRIME)/NPRIME; ELSE IF QCHOICE = 2 THEN Q = SUM(GINFO [1:3,9]`#NYPRIME)/NPRIME; FINISH; *QMOD; START SHOWGRP(X, GINFO); X1 = X[GINFO [1,3]:GINFO [1,4] , 40, 32, 48, 32, 52, 41, 35, 30, 99, 40, 35, 34, 39, 50, 49, 35, 43, 36, 40, 56, 41, 40, 64, 42, 48, 51, 63, 51, 60, 51, 83, 55, 55, 48}; *Group sizes are entries in the following 1x3 row vector; NY = {15 10 10}; *WOBS and BOBS are variable names carried over from past programs; *WOBS = within subjects groups; WOBS = NCOL(Y); *BOBS = between subject groups; BOBS = NCOL(NY); Wilcox, Othman and Fradette (2002) found that by utilizing a test for symmetry prior to testing for equality of trimmed means they were able to achieve excellent Type I error control even though data were extremely heterogeneous and very nonnormal in form. In particular, they used a test for symmetry first proposed by Hogg, Fisher, and Randles (1975) and subsequently modified by Babu, Padmanaban and Puri (1999) in order to determine whether data should be trimmed symmetrically or asymmetrically.…”
Section: Discussionmentioning
confidence: 99%