citHeader("To cite chaidr in publications use:")

bibentry(
  bibtype = "Manual",
  title   = "{chaidr}: CHAID and Exhaustive CHAID Decision Trees",
  author  = person("Osamu", "Morimoto"),
  year    = "2026",
  note    = sprintf("R package version %s", meta$Version),
  url     = "https://CRAN.R-project.org/package=chaidr"
)

bibentry(
  bibtype = "Article",
  header  = "For the CHAID algorithm please also cite:",
  title   = "An Exploratory Technique for Investigating Large Quantities of Categorical Data",
  author  = person("Gordon V.", "Kass"),
  journal = "Applied Statistics",
  year    = "1980",
  volume  = "29",
  number  = "2",
  pages   = "119--127",
  doi     = "10.2307/2986296"
)

bibentry(
  bibtype = "Article",
  header  = "For the Exhaustive CHAID variant please also cite:",
  title   = "A Method of Choosing Multiway Partitions for Classification and Decision Trees",
  author  = c(
    person("David", "Biggs"),
    person("Barry", "de Ville"),
    person("Ed", "Suen")
  ),
  journal = "Journal of Applied Statistics",
  year    = "1991",
  volume  = "18",
  number  = "1",
  pages   = "49--62",
  doi     = "10.1080/02664769100000005"
)
