-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.19 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
Package: cat2cat
Title: Handling an Inconsistently Coded Categorical Variable in a Longitudinal Dataset
Version: 0.4.7
Authors@R: person("Maciej", "Nasinski", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Maciej Nasinski <[email protected]>
Description:
Unifying an inconsistently coded categorical variable between two different time points in accordance with a mapping table.
The main rule is to replicate the observation if it could be assigned to a few categories.
Then using frequencies or statistical methods to approximate the probabilities of being assigned to each of them.
This procedure was invented and implemented in the paper by Nasinski, Majchrowska, and Broniatowska (2020) <doi:10.24425/cejeme.2020.134747>.
Depends: R (>= 3.6)
License: GPL (>= 2) | file LICENSE
URL: https://github.com/Polkas/cat2cat, https://polkas.github.io/cat2cat/
BugReports: https://github.com/Polkas/cat2cat/issues
Encoding: UTF-8
Imports:
MASS
Suggests:
caret,
dplyr,
forcats,
knitr,
magrittr,
randomForest,
rmarkdown,
testthat (>= 3.0.0),
tidyr
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Config/testthat/edition: 3