chaid_table {CGPfunctions}R Documentation

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.

Author(s)

Chuck Powell

Examples

library(CGPfunctions)
chaid_table(chaidUS)


[Package CGPfunctions version 0.6.3 Index]