Chi-square automatic interaction detection: Difference between revisions

Content deleted Content added
No edit summary
Line 1:
'''CHAID''' is a type of [[decision tree]] technique, based upon adjusted significance testing. ItThe technique was developed in [[South Africa]] and was published in 1980 by Gordon V. Kass. It can be used for prediction (like [[regression analysis]], originally known as XAID) or for detection of interaction between variables. CHAID stands for '''CH'''i-squared '''A'''utomatic '''I'''nteraction '''D'''etector, based upon a formal extension of the US AID (Automatic Interaction Detector) and THAID (THeta Automatic Interaction Detector) procedures of the 1960's and 70's.
 
In practice, itCHAID is often used in the context of [[direct marketing]] to select groups of consumers and predict how their responses to some variables affect other variables.
 
Like other decision trees, its advantages are that its output is highly visual and easy to interpret. Because it uses multiway splits by default, it needs rather large sample sizes to work effectively as with small sample sizes the respondent groups can quickly become too small for reliable analysis.