sdcTools is an organization dedicated to tools for Statistical Disclosure Control.
Events, new releases and other news about sdcTools will be announced on sdctools.github.io/UserSupport. At that website you can also apply for membership of the User Group on SDCTools.
A dedicated repository UserSupport is available for interaction between users and developers. Using its issues mechanism, questions can be asked and (possible) bugs can be reported.
τ-ARGUS is a tool to apply Statistical Disclosure Control to tabulated (aggregated) data. It can apply several sensitivity rules to find unsafe table cells and it can apply several methods to protect tabulated data containing unsafe cells. It was designed to be used via a GUI but can also be called commandline using a batch-file (script-file).
The repositories related to τ-ARGUS are:
- tauargus: Java Graphical User Interface
- arguslibrary: Library with general utilities for the argus twins (μ- and τ-ARGUS)
- libtauargus: Library with general calculations to construct tabulated data
- CSP: Library with Cell Suppression following Fischetti-Salazar approach
- CRP: Library with Controlled Rounding following Fischetti-Salazar approach
- tauhitas: Library with Modular and Optimal approaches, using CSP
- taurounder: Library to connect CRP to Java interface
- hypercube: Hypercube approach to cell suppression, a.k.a. GHMIter
- network: Network approach to cell suppression
- CTA: Controlled Tabular Adjustment
- intervalle: Method to calculate feasibility intervals
μ-ARGUS is a tool to apply Statistical Disclosure Control to microdata (individual level data). It can apply several sensitivity rules to find unsafe records and it can apply several methods to protect microdata containing unsafe records. It was designed to be used via a GUI.
The repositories related to μ-ARGUS are:
- muargus: Java Graphical User Interface
- arguslibrary: Library with general utilities for the argus twins (μ- and τ-ARGUS)
- libmuargus: Library with calculations underlying μ-ARGUS, including methods for categorical variables
- libnumericalmu: Library with methods for numerical variables
sdcTable is an R-package to apply Statistical Disclosure Control to tabulated (aggregated) data. It can apply several sensitivity rules to find unsafe table cells and it can apply several methods to protect tabulated data containing unsafe cells. It can also call τ-ARGUS to apply protection methods in the background, thereby giving the possibility to integrated τ-ARGUS in an R-environment. sdcTable can also be fount on CRAN.
sdcMicro is an R-package to apply Statistical Disclosure Control to microdata (individual level data). It can apply several sensitivity rules to find unsafe records and it can apply several methods to protect microdata containing unsafe records. The package includes a R-shiny GUI. sdcMicro can also be found on CRAN.
rtauargus provides an R interface for τ-ARGUS. It allows to integrate τ-ARGUS into a production chain in R.
cellKey is an R-package to apply Cell Key Method to tabulated (aggregated) data. cellKey can also be found on CRAN.
sdcSpatial is an R-package to apply Statistical Disclosure Control methods to spatial data. In particular it offers methods for creating spatial density (raster) maps from (unprotected) point data.