Learn R Programming

CGPfunctions (version 0.6.3)

chaid_table: Produce CHAID results tables from a partykit CHAID model

Description

Produce CHAID results tables from a partykit CHAID model

Usage

chaid_table(chaidobject)

Arguments

chaidobject

An object of type `constparty` or `party` which was produced by `CHAID::chaid` see simple example below.

Value

A tibble containing the results.

Examples

Run this code
# NOT RUN {
library(CGPfunctions)
chaid_table(chaidUS)

# }

Run the code above in your browser using DataLab