Chi-square automatic interaction detection: Difference between revisions

Content deleted Content added
Delmonde (talk | contribs)
No edit summary
Delmonde (talk | contribs)
No edit summary
Line 7:
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.
 
CHAID is often used as an exploratory technique and is an alternative to multiple linear regression and logistic regression, especially when the data set is not well-suited to regression analysis.
 
== See also ==