-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 815 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 815 Bytes
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
Package: miicsdg
Title: Create synthetic data trough the MIIC algorithm
Version: 1.7
Authors@R:
person(given = "Nadir",
family = "Sella",
role = c("aut", "cre"),
email = "first.last@example.com",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Create synthetic data trough the MIIC algorithm. The method is able to deal with mixed type datasets where a mixture of discrete, categorical and continuous variables are present.
Encoding: UTF-8
Imports: plyr,
dplyr,
magrittr,
igraph,
miic,
mice,
tidyr,
caret,
pcalg,
bnlearn,
randomForest,
methods,
graph,
datasets
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
License: GPL (>= 3)