Package: moder Title: Mode Estimation Version: 0.2.1.9000 Authors@R: person("Lukas", "Jung", , "jung-lukas@gmx.net", role = c("aut", "cre")) Description: Determines single or multiple modes (most frequent values). Checks if missing values make this impossible, and returns 'NA' in this case. Dependency-free source code. See Franzese and Iuliano (2019) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Suggests: devtools, ggplot2, knitr, rmarkdown, stats, testthat (>= 3.0.0), tibble, utils Config/testthat/edition: 3 URL: https://github.com/lhdjung/moder, https://lhdjung.github.io/moder/ BugReports: https://github.com/lhdjung/moder/issues VignetteBuilder: knitr Collate: 'counts.R' 'frequencies.R' 'frequency-grid-df.R' 'frequency-grid-plot.R' 'mode-proper.R' 'mode-df.R' 'mode-possible.R' 'predicates.R' 'utils.R' Repository: https://lhdjung.r-universe.dev Date/Publication: 2023-12-01 12:33:50 UTC RemoteUrl: https://github.com/lhdjung/moder RemoteRef: HEAD RemoteSha: 2663e14d11a1a708dc9bce1b2a4fee5ce5bca2d9 NeedsCompilation: no Packaged: 2026-07-03 20:44:09 UTC; root Author: Lukas Jung [aut, cre] Maintainer: Lukas Jung