Learn R Programming

GaussSuppression (version 1.1.5)

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

483

Version

1.1.5

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Oyvind Langsrud

Last Published

August 25th, 2025

Functions in GaussSuppression (1.1.5)

NcontributorsHolding

Ncontributors with holding-indicator
NContributorsRule

Number of contributors suppression rule
KDisclosurePrimary

Construct primary suppressed difference matrix
Ncontributors

Find the number of unique groups contributing to aggregates
LazyLinkedTables

Linked tables by full GaussSuppressionFromData iterations
IncrementalTimeSuppression

Incremental Time Suppression
MagnitudeRule

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

Find major contributions to aggregates
HierarchyContributors

Counts of input code contributions
NcontributorsRule

Identical to ´NContributorsRule´
SingletonUniqueContributor

Unique contributor singleton function
RangeOutputFunction

Function used in RangeLimitsDefault example
PrimaryRemoveWg

Special functions for the avoidance of suppression
PrimaryDefault

Default primary function
RangeLimitsDefault

Default range limit function
PackageSpecs

Function for viewing built-in GaussSuppression specs
PrimaryFromRiskyDefault

Additional primary cells based on risky primary cells
SuppressDirectDisclosure

Suppression of directly-disclosive cells
SingletonDefault

Default singleton function
PrimaryFromSuppressedData

primary and forced from suppressed data
SuppressSmallCounts

Small count frequency table suppression.
SuppressDominantCells

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

Consistent Suppression of Linked Tables
SuppressKDisclosure

K-disclosure suppression
SuppressFewContributors

Few contributors suppression
reexports

Objects exported from other packages
SuppressionFromDecimals

Cell suppression from synthetic decimal numbers
X_from_mc

Function to be used within KDisclosurePrimary
GetDefault

Get default value of a function
FindDominantCells

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

Candidates functions
GaussSuppressDec

Cell suppression with synthetic decimal numbers
FixRiskyIntervals

New primary cells to fix risky intervals
GaussSuppressionFromData

Cell suppression from input data containing inner cells
ChainedSuppression

Repeated GaussSuppression with forwarding of previous results
GaussSuppressionTwoWay

Two-way iteration variant of GaussSuppressionFromData
AdditionalSuppression

GaussSuppression from data and suppressed data
ComputeIntervals

Function for calculating intervals for suppressed tables.