# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "broomstick" in publications use:' type: software license: MIT title: 'broomstick: Convert Decision Tree Objects into Tidy Data Frames' version: 0.1.2.9200 doi: 10.32614/CRAN.package.broomstick abstract: 'Convert Decision Tree objects into tidy data frames, by using the framework laid out by the package broom, this means that decision tree output can be easily reshaped, porocessed, and combined with tools like ''dplyr'', ''tidyr'' and ''ggplot2''. Like the package broom, broomstick provides three S3 generics: tidy, to summarise decision tree specific features - tidy returns the variable importance table; augment adds columns to the original data such as predictions and residuals; and glance, which provides a one-row summary of model-level statistics.' authors: - family-names: Tierney given-names: Nicholas email: nicholas.tierney@gmail.com - family-names: Lincoln given-names: Matthew email: matthew.d.lincoln@gmail.com repository: https://aleksanderbl29.r-universe.dev commit: 5215feed37c47d31f3a6a422e1e54525c66f3ce1 contact: - family-names: Tierney given-names: Nicholas email: nicholas.tierney@gmail.com