forked from sdcTools/sdcMicro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
75 lines (75 loc) · 2 KB
/
DESCRIPTION
File metadata and controls
75 lines (75 loc) · 2 KB
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
75
Package: sdcMicro
Type: Package
Title: Statistical Disclosure Control methods for anonymization of microdata and risk estimation
Version: 4.4.0
Date: 2014-07-18
Author: Matthias Templ, Alexander Kowarik, Bernhard Meindl
Maintainer: Matthias Templ <matthias.templ@gmail.com>
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), brew, knitr,data.table,xtable
Suggests: laeken
Imports:
car,
robustbase,
cluster,
MASS,
e1071,
tools,
Rcpp,
methods,sets
License: GPL-2
URL: https://github.com/alexkowa/sdcMicro
Collate:
'0classes.r'
'addNoise.r'
'aux_functions.r'
'dataGen.r'
'dRisk.R'
'dRiskRMD.R'
'dUtility.R'
'freqCalc.r'
'globalRecode.R'
'GUIfunctions.R'
'indivRisk.R'
'LLmodGlobalRisk.R'
'LocalRecProg.R'
'localSupp.R'
'localSupp2.R'
'localSupp2Wrapper.R'
'localSuppression.R'
'mdav.R'
'measure_risk.R'
'methods.r'
'microaggregation.R'
'plot.localSuppression.R'
'plotMicro.R'
'pram.R'
'print.freqCalc.R'
'print.indivRisk.R'
'print.localSuppression.R'
'print.micro.R'
'rankSwap.R'
'report.R'
'shuffle.R'
'suda2.R'
'summary.freqCalc.R'
'summary.micro.R'
'summary.pram.r'
'swappNum.R'
'timeEstimation.R'
'topBotCoding.R'
'valTable.R'
'zzz.R'
'printFunctions.R'
'mafast.R'
'maG.R'
'show_sdcMicroObj.R'