Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
'''CHAID''' is a type of [[Decision_tree_learning|decision tree]] technique, based upon adjusted significance testing ([[Bonferroni testing]]). The technique was developed in [[South Africa]] and was published in 1980 by Gordon V. Kass, who had completed a PhD thesis on this topic. CHAID can be used for prediction (in a similar fashion to [[regression analysis]], this version of CHAID being originally known as XAID) as well as classification, and 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, which in turn were extended versions of an algorithm developed in the UK in the 1950's.
In practice, CHAID 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, although other early applications were in the field of medical and psychiatric research. The procedure is also being applied in the area of drug and genetic research.
Like other decision trees,
CHAID detects interaction between variables in the [[data set]]. Using this technique it is possible to establish relationships between a ‘dependent variable’ – for example readership of a certain newspaper – and other explanatory variables such as price, size, supplements etc. CHAID does this by identifying discrete groups of respondents and, by taking their responses to explanatory variables, seeks to predict what the impact will be on the dependent variable.
Line 18:
==References==
* W.A. Belson. Matching and prediction on the principle of biological classification. Applied Statistics, Vol. 8 (1959), pp. 65-75.
* G. V. Kass. An Exploratory Technique for Investigating Large Quantities of Categorical Data. Journal of Applied Statistics, Vol. 29, No. 2 (1980), pp. 119-127.
* D.M. Hawkins & G.V. Kass. Automatic Interaction Detection. In D.M. Hawkins (ed) Topics in Applied Multivariate Analysis. Cambridge University Press, Cambridge, 1982, pp. 269-302.
Line 23 ⟶ 24:
* S. Brink & D.J. Van Schalkwyk. Serum ferritin and mean corpuscular volume as predictors of bone marrow iron stores. South African Medical Journal, Vol. 61, (1982), pp. 432-434.
* D.P. McKenzie, P.D. McGorry, C.S. Wallace, L.H. Low, D.L. Copolov & B.S. Singh. Constructing a Minimal Diagnostic Decision Tree. Methods of Information in Medicine, Vol. 32 (1993), pp. 161-166.
* D.M. Hawkins, S.S. Young & A. Rosinko. Analysis of a large structure-activity dataset using recursive partitioning. Quantitative Structure-Activity Relationships, Vol. 16, (1997), pp. 296-302.
==External links==
|