forked from SteffenMoritz/Synthetic_Data_Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall_suggested_packages.R
49 lines (31 loc) · 969 Bytes
/
install_suggested_packages.R
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
41
42
43
44
45
46
47
48
49
# R Packages Suggested in Synthetic Data Starter GUIDE
#------------------------------------------------
# FCS
#------------------------------------------------
# Synthpop - FCS()
install.packages("synthpop")
#------------------------------------------------
# IPSO
#------------------------------------------------
# sdcMicro
install.packages("sdcMicro")
# RegSDC
install.packages("RegSDC")
# muargus
# only available as Java Standalone https://github.com/sdcTools/muargus
#------------------------------------------------
# Simulated Data - "Dummy Files"
#------------------------------------------------
# semTools
install.packages("semTools")
# ???
#------------------------------------------------
# GAN
#------------------------------------------------
# SDGym
# Python package -> https://github.com/sdv-dev/SDGym
# ???
#------------------------------------------------
# Pseudo Likelihood
#------------------------------------------------
#???