-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.47 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
37
38
39
40
Package: OTrecod
Title: Data Fusion using Optimal Transportation Theory
Version: 0.1.2
Authors@R: c(
person(given = "Gregory" , family = "Guernec" , role = c("aut","cre"), email = "[email protected]"),
person(given = "Valerie" , family = "Gares" , role = "aut", email = "[email protected]"),
person(given = "Pierre" , family = "Navaro" , role = "ctb"),
person(given = "Jeremy" , family = "Omer" , role = "ctb"),
person(given = "Philippe", family = "Saint-Pierre", role = "ctb"),
person(given = "Nicolas" , family = "Savy" , role = "ctb"))
Maintainer: Gregory Guernec <[email protected]>
Description: In the context of data fusion, the package provides a set of functions dedicated to the solving of 'recoding problems' using optimal transportation theory (Gares, Guernec, Savy (2019) <doi:10.1515/ijb-2018-0106> and Gares, Omer (2020) <doi:10.1080/01621459.2020.1775615>). From two databases with no overlapping part except a subset of shared variables, the functions of the package assist users until obtaining a unique synthetic database, where the missing information is fully completed.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Depends:
R (>= 3.5)
Imports:
stats,
dplyr,
mice,
missMDA,
plyr,
FactoMineR,
StatMatch,
proxy,
rdist,
ROI,
ROI.plugin.glpk,
ompr,
ompr.roi,
party,
vcd
Suggests:
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr