-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
36 lines (36 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: diyar
Type: Package
Title: Record Linkage and Epidemiological Case Definitions in 'R'
Date: 2023-11-12
Version: 0.5.1.9001
URL: https://olisansonwu.github.io/diyar/index.html
BugReports: https://github.com/OlisaNsonwu/diyar/issues
Author: Olisaeloka Nsonwu
Maintainer: Olisaeloka Nsonwu <olisa.nsonwu@gmail.com>
Description: An R package for iterative and batched record linkage,
and applying epidemiological case definitions.
'diyar' can be used for deterministic and probabilistic record linkage,
or multistage record linkage combining both approaches.
It features the implementation of nested match criteria, and mechanisms to
address missing data and conflicting matches during stepwise record linkage.
Case definitions are implemented by assigning records to groups based on
match criteria such as person or place, and overlapping time or duration of
events e.g. sample collection dates or periods of hospital stays.
Matching records are assigned a unique group ID. Index and duplicate records
are removed or further analyses as required.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
methods,
utils,
ggplot2,
rlang
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr
Language: en-GB