Skip to content

Commit df7ee27

Browse files
authored
Revise README with R version link and updated citation
Updated the README to include a link to the R version and revised the citation for the software.
1 parent e9e507a commit df7ee27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
`ReMoDe` (Recursive Mode Detection) is a Python library designed for the robust detection of modes in ordinal data distributions. It uses statistical tests, including Fisher's exact test and binomial tests, to determine if a given maximum in a data distribution is a true local maximum.
44

5+
**Are you an `R` user?** Please find the `R` version here: https://cran.r-project.org/web/packages/remode/index.html
6+
7+
58
### Features
69
- Mode Detection: Identifies all potential local maxima in the dataset.
710
- Statistical Tests: Implements Fisher's exact test and binomial tests to validate modes.
@@ -57,7 +60,7 @@ Hoffstadt, M., Waldorp, L., Garcia‐Bernardo, J., & van der Maas, H. (2026). Re
5760
```
5861
and the following software
5962
```
60-
Garcia-Bernardo, J., Hoffstadt, M., & van der Maas, H. L. J. (2025). ReMoDe: a Python library for efficient mode detection in ordinal data distributions. Zenodo. https://doi.org/10.5281/zenodo.15366121
63+
Garcia-Bernardo, J., Hoffstadt, M., Waldorp, L., & van der Maas, H. L. J. (2026). ReMoDe: a Python library for efficient mode detection in ordinal data distributions. Zenodo. https://doi.org/10.5281/zenodo.18743126
6164
```
6265

6366
### Contributing

0 commit comments

Comments
 (0)