chaid_table {CGPfunctions} | R Documentation |
Produce CHAID results tables from a partykit CHAID model
chaid_table(chaidobject)
chaidobject |
An object of type 'constparty' or 'party' which was produced by 'CHAID::chaid' see simple example below. |
A tibble containing the results.
Chuck Powell
library(CGPfunctions)
chaid_table(chaidUS)