Package: cat2cat
Title: Mapping of a Categorical Variable in a Panel Dataset
Version: 0.1.3
Authors@R: person("Maciej", "Nasinski", email = "nasinski.maciej@gmail.com", role = c("aut", "cre"))
Maintainer: Maciej Nasinski <nasinski.maciej@gmail.com>
Description: 
  There are offered automatic methods to map a categorical variable according to a specific encoding across different time points. 
  The main rule is to replicate the observation if it could be assign to a few categories.
  Then using simple frequencies or statistical methods to approximate probabilities of being assign to each of them.
  This algorithm 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)
URL: https://github.com/Polkas/cat2cat
BugReports: https://github.com/Polkas/cat2cat/issues
Encoding: UTF-8
Imports: methods, rlang, caret, progress, magrittr, randomForest, MASS,
        tidyr, dplyr, data.table
Suggests: knitr, rmarkdown, pacman, testthat
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-09-15 17:55:13 UTC; maciej
Author: Maciej Nasinski [aut, cre]
Repository: CRAN
Date/Publication: 2020-09-22 10:00:02 UTC
