Package: rbin Type: Package Title: Tools for Binning Data Version: 0.2.1 Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre")) Description: Manually bin data using weight of evidence and information value. Includes other binning methods such as equal length, quantile and winsorized. Options for combining levels of categorical data are also available. Dummy variables can be generated based on the bins created using any of the available binning methods. References: Siddiqi, N. (2006) . License: MIT + file LICENSE URL: https://github.com/rsquaredacademy/rbin, https://rbin.rsquaredacademy.com BugReports: https://github.com/rsquaredacademy/rbin/issues Depends: R (>= 3.3) Imports: data.table, ggplot2, stats, utils Suggests: covr, graphics, knitr, miniUI, rmarkdown, rstudioapi, shiny, testthat (>= 3.0.0), vdiffr VignetteBuilder: knitr Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Config/testthat/edition: 3 Repository: https://rsquaredacademy.r-universe.dev Date/Publication: 2024-11-05 11:58:36 UTC RemoteUrl: https://github.com/rsquaredacademy/rbin RemoteRef: HEAD RemoteSha: 33c19406c16d13106f2fb0877bd0b394aacf23a8 NeedsCompilation: no Packaged: 2026-07-16 08:56:54 UTC; root Author: Aravind Hebbali [aut, cre] Maintainer: Aravind Hebbali