forked from tenderle/ptable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.43 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
Type: Package
Package: ptable
Title: Generation of Perturbation Tables for the Cell-Key Method
Version: 1.0.0.9000
Authors@R:
person("Tobias", "Enderle", email = "tobias.enderle@destatis.de",
role = c("aut", "cre"))
Maintainer: Tobias Enderle <tobias.enderle@destatis.de>
Description: Tabular data from statistical institutes and agencies are mostly
confidential and must be protected prior to publications. The cell-key
method is a post-tabular Statistical Disclosure Control perturbation
technique that adds random noise to tabular data. The statistical
properties of the perturbations are defined by some noise probability
distributions - also referred to as perturbation tables.
This tool can be used to create the perturbation tables based on a maximum
entropy approach as described for example in Giessing (2016)
<doi:10.1007/978-3-319-45381-1_18>. The perturbation tables created can
finally be used to apply a cell-key method to frequency count or magnitude
tables.
License: EUPL
URL: https://github.com/sdcTools/ptable
BugReports: https://github.com/sdcTools/ptable/issues
Depends:
R(>= 3.6)
Imports:
data.table,
flexdashboard,
ggplot2,
methods,
nloptr,
RColorBrewer,
rlang,
rmarkdown
Suggests:
knitr,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
RoxygenNote: 7.2.3