forked from sdcTools/sdcMicro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.7 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: sdcMicro
Type: Package
Title: Statistical Disclosure Control Methods for Anonymization of Microdata and Risk Estimation
Version: 4.6.0
Date: 2015-10-01
Author: Matthias Templ, Alexander Kowarik, Bernhard Meindl
Maintainer: Matthias Templ <[email protected]>
Description: Data from statistical agencies and other institutions are mostly
confidential. This package can be used for the generation of anonymized
(micro)data, i.e. for the creation of public- and scientific-use files.
In addition, various risk estimation methods are included.
Note that the package 'sdcMicroGUI' includes a graphical user interface for various methods
in this package.
LazyData: TRUE
ByteCompile: TRUE
LinkingTo: Rcpp
Depends:
R (>= 2.10),rmarkdown,knitr,data.table,xtable
Suggests: laeken,testthat
Imports:
utils,
stats,
graphics,
car,
robustbase,
cluster,
MASS,
e1071,
tools,
Rcpp,
methods,
sets,
ggplot2
License: GPL-2
URL: https://github.com/alexkowa/sdcMicro
Collate:
'0classes.r'
'addNoise.r'
'aux_functions.r'
'dataGen.r'
'dataSets.R'
'dRisk.R'
'dRiskRMD.R'
'dUtility.R'
'freqCalc.r'
'globalRecode.R'
'GUIfunctions.R'
'indivRisk.R'
'LLmodGlobalRisk.R'
'LocalRecProg.R'
'localSupp.R'
'localSuppression.R'
'mdav.R'
'measure_risk.R'
'methods.r'
'microaggregation.R'
'modRisk.R'
'plotFunctions.R'
'plotMicro.R'
'pram.R'
'rankSwap.R'
'RcppExports.R'
'report.R'
'sdcMicro-package.R'
'shuffle.R'
'suda2.R'
'timeEstimation.R'
'topBotCoding.R'
'valTable.R'
'zzz.R'
'printFunctions.R'
'mafast.R'
'maG.R'
'show_sdcMicroObj.R'