https://github.com/statisticsnorway/ssb-easysdctable
Easy Interface to the Statistical Disclosure Control Package sdcTable
https://github.com/statisticsnorway/ssb-easysdctable
Last synced: 19 days ago
JSON representation
Easy Interface to the Statistical Disclosure Control Package sdcTable
- Host: GitHub
- URL: https://github.com/statisticsnorway/ssb-easysdctable
- Owner: statisticsnorway
- License: apache-2.0
- Created: 2018-09-15T15:30:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T07:51:31.000Z (about 1 month ago)
- Last Synced: 2025-03-17T08:35:28.296Z (about 1 month ago)
- Language: HTML
- Homepage: https://statisticsnorway.github.io/ssb-easysdctable/
- Size: 1.24 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# R package easySdcTable
![]()
[](http://www.awesomeofficialstatistics.org)| [easySdcTable on CRAN](https://cran.r-project.org/package=easySdcTable) | | [pkgdown website](https://statisticsnorway.github.io/ssb-easysdctable/) | | [GitHub Repository](https://github.com/statisticsnorway/ssb-easysdctable) |
|----------------------|---|----------------------|---|----------------------|***
### Description
**Easy Interface to the Statistical Disclosure Control Package 'sdcTable' Extended with Own Implementation of 'GaussSuppression'**
The main function,
[ProtectTable()](https://statisticsnorway.github.io/ssb-easysdctable/reference/ProtectTable.html),
performs table suppression according to a
frequency rule with a data set as the only required input. Within this function,
protectTable(), protect_linked_tables() or runArgusBatchFile() in package 'sdcTable' is called.
Lists of level-hierarchy (parameter 'dimList') and other required input to these functions
are created automatically.
The suppression method Gauss (default) is implemented independently of 'sdcTable'.
The function,
[PTgui()](https://statisticsnorway.github.io/ssb-easysdctable/reference/PTgui.html),
starts a graphical user interface based on the 'shiny' package.***
### Installation
You can install easySdcTable from CRAN with
```r
install.packages("easySdcTable")
```***
### Maintenance notice and suggested alternative
This package will be maintained to work, but will not be developed further. It is limited to handling problems with two linked frequency tables. For more advanced frequency table problems and for magnitude tables, the
[GaussSuppression package](https://cran.r-project.org/package=GaussSuppression) is recommended.Also, note that it is important to use easySdcTable’s own method `"Gauss"` (default), not sdcTable’s `"GAUSS"`.
See [comparisons at the GitHub Repository](https://github.com/statisticsnorway/ssb-easysdctable/tree/master/comparison).***
📌 See the [list of functions](https://statisticsnorway.github.io/ssb-easysdctable/reference/index.html).
***
Official version on CRAN: [https://cran.r-project.org/package=easySdcTable](https://cran.r-project.org/package=easySdcTable)