Package: cat2cat
Title: Unify a Categorical Variable in a Panel Dataset
Version: 0.3.1
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: rlang, progress, MASS, tidyr, dplyr, assertthat
Suggests: caret, randomForest, knitr, rmarkdown, pacman, testthat,
        magrittr, igraph
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-02-06 20:18:35 UTC; maciejnasinski
Author: Maciej Nasinski [aut, cre]
Repository: CRAN
Date/Publication: 2022-02-06 21:00:02 UTC
