An algorithm for decision-tree modeling. The acronym stands for CHi-square Automatic Interaction Detection. CHAID works best with large sample sizes, and can only be used with categorical independent variables (if you want to use independent variables that are continuous, you must first divide them into bins or categories).
Related Articles: