Learn R Programming

GaussSuppression (version 1.1.0)

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

695

Version

1.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Oyvind Langsrud

Last Published

June 26th, 2025

Functions in GaussSuppression (1.1.0)

LazyLinkedTables

Linked tables by full GaussSuppressionFromData iterations
MaxContribution

Find major contributions to aggregates
KDisclosurePrimary

Construct primary suppressed difference matrix
NContributorsRule

Number of contributors suppression rule
IncrementalTimeSuppression

Incremental Time Suppression
NcontributorsRule

Identical to ´NContributorsRule´
NcontributorsHolding

Ncontributors with holding-indicator
MagnitudeRule

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

Counts of input code contributions
PrimaryRemoveWg

Special functions for the avoidance of suppression
Ncontributors

Find the number of unique groups contributing to aggregates
RangeLimitsDefault

Default range limit function
PrimaryFromSuppressedData

primary and forced from suppressed data
PackageSpecs

Function for viewing built-in GaussSuppression specs
PrimaryFromRiskyDefault

Additional primary cells based on risky primary cells
SuppressDirectDisclosure

Suppression of directly-disclosive cells
SingletonUniqueContributor

Unique contributor singleton function
RangeOutputFunction

Function used in RangeLimitsDefault example
PrimaryDefault

Default primary function
SuppressionFromDecimals

Cell suppression from synthetic decimal numbers
SuppressSmallCounts

Small count frequency table suppression.
SuppressLinkedTables

Consistent Suppression of Linked Tables
SuppressKDisclosure

K-disclosure suppression
X_from_mc

Function to be used within KDisclosurePrimary
SuppressDominantCells

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

Few contributors suppression
SingletonDefault

Default singleton function
reexports

Objects exported from other packages
ChainedSuppression

Repeated GaussSuppression with forwarding of previous results
GaussSuppressionFromData

Cell suppression from input data containing inner cells
GaussSuppressDec

Cell suppression with synthetic decimal numbers
CandidatesDefault

Candidates functions
FindDominantCells

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

Get default value of a function
AdditionalSuppression

GaussSuppression from data and suppressed data
FixRiskyIntervals

New primary cells to fix risky intervals
ComputeIntervals

Function for calculating intervals for suppressed tables.
GaussSuppressionTwoWay

Two-way iteration variant of GaussSuppressionFromData