chaid regression tree to table conversion in r
问题 I used the CHAID package from this link ..It gives me a chaid object which can be plotted..I want a decision table with each decision rule in a column instead of a decision tree. .But i dont understand how to access nodes and paths in this chaid object..Kindly help me.. I followed the procedure given in this link i cant post my data here since it is too long.So i am posting a code which takes the sample dataset provided with chaid to perform the task. copied from help manual of chaid: library