Other packages > Find by keyword >

sdcTable  

Methods for Statistical Disclosure Control in Tabular Data
View on CRAN: Click here


Download and install sdcTable package within the R console
Install from CRAN:
install.packages("sdcTable")

Install from Github:
library("remotes")
install_github("cran/sdcTable")

Install by package version:
library("remotes")
install_version("sdcTable", "0.33.0")



Attach the package and use:
library("sdcTable")
Maintained by
Bernhard Meindl
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2009-01-26
Latest Update: 2025-06-26
Description:
Methods for statistical disclosure control in tabular data such as primary and secondary cell suppression as described for example in Hundepol et al. (2012) are covered in this package.
How to cite:
Bernhard Meindl (2009). sdcTable: Methods for Statistical Disclosure Control in Tabular Data. R package version 0.33.0, https://cran.r-project.org/web/packages/sdcTable. Accessed 05 Jun. 2026.
Previous versions and publish date:
(2015-03-19 20:18), 0.0.2 (2009-01-26 09:53), 0.0.6 (2009-12-02 09:08), 0.0.8 (2009-12-28 12:34), 0.0.9 (2010-02-08 10:03), 0.0.10 (2010-02-09 12:07), 0.0.12 (2010-07-07 08:04), 0.0.14 (2010-11-22 08:51), 0.0.15 (2010-12-03 12:38), 0.0.16 (2010-12-22 09:58), 0.6.0 (2011-02-10 07:53), 0.6.4 (2011-04-04 12:31), 0.9.7 (2011-10-23 12:10), 0.9.8 (2011-10-24 13:34), 0.9.9 (2011-11-21 11:57), 0.10.1 (2012-07-11 15:10), 0.10.2 (2012-08-03 10:52), 0.10.3 (2013-11-04 10:24), 0.17.1 (2014-06-23 12:32), 0.18.0 (2015-04-10 12:52), 0.18.1 (2015-05-13 08:50), 0.19.1 (2015-07-21 11:27), 0.19.3 (2015-08-13 20:32), 0.19.4 (2015-09-15 09:33), 0.19.6 (2015-09-16 10:05), 0.20.1 (2015-12-11 13:31), 0.20.3 (2016-02-12 10:59), 0.20.5 (2016-04-12 08:12), 0.20.7 (2016-04-22 13:10), 0.21.0 (2016-05-13 22:56), 0.21.5 (2016-05-20 11:55), 0.21.6 (2016-08-22 12:00), 0.22.1 (2017-02-23 11:14), 0.22.4 (2017-04-07 13:04), 0.22.6 (2017-05-18 15:52), 0.22.7 (2017-07-21 11:18), 0.22.8 (2017-07-29 18:15), 0.23 (2018-06-22 23:04), 0.24 (2018-07-24 19:00), 0.25 (2018-11-14 12:40), 0.26 (2019-01-18 12:30), 0.27 (2019-02-28 20:50), 0.28 (2019-06-04 16:10), 0.29 (2019-09-01 01:00), 0.30 (2019-09-19 15:10), 0.31 (2020-03-10 15:00), 0.32.0 (2021-08-06 20:40), 0.32.1 (2021-09-30 16:00), 0.32.2 (2021-12-03 11:30), 0.32.3 (2022-07-16 16:30), 0.32.4 (2022-09-22 10:00), 0.32.5 (2023-05-19 13:50), 0.32.6 (2023-08-11 09:20), 0.32.7 (2025-03-11 15:10), 0.33.0 (2025-06-26 10:50)
Other packages that cited sdcTable R package
View sdcTable citation profile
Other R packages that sdcTable depends, imports, suggests or enhances
Complete documentation for sdcTable
Functions, R codes and Examples using the sdcTable R package
Some associated functions: argusVersion . attack . calc.cutList-method . calc.dimVar-method . calc.linProb-method . calc.multiple-method . calc.problemInstance-method . calc.sdcProblem-method . calc.simpleTriplet-method . cell_info . change_cellstatus . contributing_indices . createArgusInput . createJJFormat . createRegSDCInput . cutList-class . dataObj-class . defunct-sdcTable . dimInfo-class . dimVar-class . get.cutList-method . get.dataObj-method . get.dimInfo-method . get.dimVar-method . get.linProb-method . get.problemInstance-method . get.sdcProblem-method . get.simpleTriplet-method . getInfo . get_safeobj . init.cutList-method . init.dataObj-method . init.dimVar-method . init.simpleTriplet-method . linProb-class . makeProblem . microdata1 . microdata2 . primarySuppression . print-method . print.sdcProblem-method . problemInstance-class . protectTable . protect_linked_tables . runArgusBatchFile . safeObj-class . sdcProb2df . sdcProblem-class . sdc_testproblem . set.cutList-method . set.dataObj-method . set.dimInfo-method . set.linProb-method . set.problemInstance-method . set.sdcProblem-method . setInfo . show.sdcProblem-method . simpleTriplet-class . summary.sdcProblem-method . writeJJFormat . 
Some associated R codes: 0_imports.R . RcppExports.R . attack.R . cell_info.R . change_cellstatus.R . classes.R . contributing_indices.R . createArgusInput.R . createJJFormat.R . createRegSDCInput.R . defunct.R . getInfo.R . makeProblem.R . primarySuppression.R . protectLinkedTables.R . protectTable.R . protect_gauss.R . protect_linked_tables.R . runArgusBatchFile.R . sdcProb2df.R . setInfo.R . tauBatch_helpers.R . test_problems.R . utils.R . utils_safeObj.R . utils_simpleheuristic.R . writeJJFormat.R .  Full sdcTable package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA