Package: moder 0.2.1.9000
moder: Mode Estimation
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) <doi:10.1016/B978-0-12-809633-8.20354-3>.
Authors:
moder_0.2.1.9000.tar.gz
moder_0.2.1.9000.zip(r-4.5)moder_0.2.1.9000.zip(r-4.4)moder_0.2.1.9000.zip(r-4.3)
moder_0.2.1.9000.tgz(r-4.4-any)moder_0.2.1.9000.tgz(r-4.3-any)
moder_0.2.1.9000.tar.gz(r-4.5-noble)moder_0.2.1.9000.tar.gz(r-4.4-noble)
moder_0.2.1.9000.tgz(r-4.4-emscripten)moder_0.2.1.9000.tgz(r-4.3-emscripten)
moder.pdf |moder.html✨
moder/json (API)
NEWS
# Install 'moder' in R: |
install.packages('moder', repos = c('https://lhdjung.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lhdjung/moder/issues
Last updated 12 months agofrom:2663e14d11. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:frequency_grid_dffrequency_grid_plotmode_allmode_countmode_count_rangemode_dfmode_firstmode_frequencymode_frequency_rangemode_is_trivialmode_possible_maxmode_possible_minmode_single
Dependencies:
Frequency grids
Rendered fromfrequency-grids.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2023-12-01
Started: 2023-12-01
Modal counts and frequencies
Rendered frommetadata.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2023-12-01
Started: 2023-04-04
Modes and missing values
Rendered frommissings.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2023-12-01
Started: 2023-03-08
Performance
Rendered fromperformance.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2023-12-01
Started: 2023-03-11
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Frequency grid data frame | frequency_grid_df |
Frequency grid ggplot | frequency_grid_plot |
All modes | mode_all |
Modal count | mode_count |
Modal count range | mode_count_range |
Tabulate mode estimates with the certainty about them | mode_df |
The first-appearing mode | mode_first |
Modal frequency | mode_frequency |
Modal frequency range | mode_frequency_range |
Is the mode trivial? | mode_is_trivial |
The single mode | mode_single |
Possible sets of modes | mode-possible mode_possible_max mode_possible_min |