Learn R Programming

GaussSuppression (version 0.9.6)

Tabular Data Suppression using Gaussian Elimination

Description

A statistical disclosure control tool to protect tables by suppression using the Gaussian elimination secondary suppression algorithm (Langsrud, 2024) . A suggestion is to start by working with functions SuppressSmallCounts() and SuppressDominantCells(). These functions use primary suppression functions for the minimum frequency rule and the dominance rule, respectively. Novel functionality for suppression of disclosive cells is also included. General primary suppression functions can be supplied as input to the general working horse function, GaussSuppressionFromData(). Suppressed frequencies can be replaced by synthetic decimal numbers as described in Langsrud (2019) .

Copy Link

Version

Install

install.packages('GaussSuppression')

Monthly Downloads

594

Version

0.9.6

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Oyvind Langsrud

Last Published

March 12th, 2025

Functions in GaussSuppression (0.9.6)

GaussSuppressionFromData

Cell suppression from input data containing inner cells
NContributorsRule

Number of contributors suppression rule
Ncontributors

Find the number of unique groups contributing to aggregates
MaxContribution

Find major contributions to aggregates
MagnitudeRule

Dominance (n,k) or p% rule for magnitude tables
HierarchyContributors

Counts of input code contributions
LazyLinkedTables

Linked tables by full GaussSuppressionFromData iterations
KDisclosurePrimary

Construct primary suppressed difference matrix
IncrementalTimeSuppression

Incremental Time Suppression
SingletonDefault

Default singleton function
RangeOutputFunction

Function used in RangeLimitsDefault example
NcontributorsHolding

Ncontributors with holding-indicator
PrimaryRemoveWg

Special functions for the avoidance of suppression
RangeLimitsDefault

Default range limit function
NcontributorsRule

Identical to ´NContributorsRule´
PrimaryDefault

Default primary function
SingletonUniqueContributor

Unique contributor singleton function
PackageSpecs

Function for viewing built-in GaussSuppression specs
PrimaryFromRiskyDefault

Additional primary cells based on risky primary cells
SuppressDirectDisclosure

Suppression of directly-disclosive cells
SuppressKDisclosure

K-disclosure suppression
SuppressSmallCounts

Small count frequency table suppression.
reexports

Objects exported from other packages
SuppressDominantCells

Suppress magnitude tables using dominance (n,k) or p% rule for primary suppression.
PrimaryFromSuppressedData

primary and forced from suppressed data
X_from_mc

Function to be used within KDisclosurePrimary
SuppressionFromDecimals

Cell suppression from synthetic decimal numbers
SuppressFewContributors

Few contributors suppression
ComputeIntervals

Function for calculating intervals for suppressed tables.
GetDefault

Get default value of a function
FixRiskyIntervals

New primary cells to fix risky intervals
FindDominantCells

Method for finding dominant cells according to (possibly multiple) n,k dominance rules.
GaussSuppressionTwoWay

Two-way iteration variant of GaussSuppressionFromData
CandidatesDefault

Candidates functions
GaussSuppressDec

Cell suppression with synthetic decimal numbers
ChainedSuppression

Repeated GaussSuppression with forwarding of previous results
AdditionalSuppression

GaussSuppression from data and suppressed data