Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uguryi/abeR
ABE Method For Historical Record Linking
https://github.com/uguryi/abeR
Last synced: 3 months ago
JSON representation
ABE Method For Historical Record Linking
- Host: GitHub
- URL: https://github.com/uguryi/abeR
- Owner: uguryi
- License: other
- Created: 2020-07-14T19:42:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T15:43:20.000Z (about 4 years ago)
- Last Synced: 2024-05-19T23:37:59.677Z (6 months ago)
- Language: R
- Size: 386 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abeR
This package implements the ABE method for historical record linking ([2012](https://ranabr.people.stanford.edu/sites/g/files/sbiybj5391/f/abe_ageofmassmigration.pdf), [2014](https://ranabr.people.stanford.edu/sites/g/files/sbiybj5391/f/abe_assimilation_1.pdf), [2017](https://ranabr.people.stanford.edu/sites/g/files/sbiybj5391/f/return-migrants.pdf)). The original Stata implementation of the method can be found [here](https://ranabr.people.stanford.edu/matching-codes).
NYSIIS name standardization and Jaro-Winkler adjustment are currently not supported by this package.
See `vignettes/abeR-demo.Rmd` for a demonstration of how to use the `abeR` package.
The package can be installed using `devtools::install_github("uguryi/abeR")`.