GaussSuppression

R-package to protect tables by suppression using the Gaussian elimination algorithm

https://github.com/statisticsnorway/ssb-gausssuppression

Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary

Keywords

cran r-package
Last synced: 6 months ago · JSON representation

Repository

R-package to protect tables by suppression using the Gaussian elimination algorithm

Basic Info
Statistics
  • Stars: 3
  • Watchers: 6
  • Forks: 2
  • Open Issues: 3
  • Releases: 0
Topics
cran r-package
Created almost 5 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Security

README.md

R package GaussSuppression

| GaussSuppression on CRAN | | pkgdown website | | GitHub Repository | |----------------------|---|----------------------|---|----------------------|


Mentioned in Awesome Official Statistics

R-package to protect tables by suppression using the Gaussian elimination algorithm

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).


📌 See the broader list of available functions.


See the package vignettes: Magnitude table suppression, Small count frequency table suppression, Defining tables for GaussSuppression.


Installation

You can install GaussSuppression from CRAN with

r install.packages("GaussSuppression")

Alternatively install from GitHub bydevtools::install_github("statisticsnorway/ssb-gausssuppression") if you want to test the newest changes.


Official version on CRAN: https://cran.r-project.org/package=GaussSuppression

Owner

  • Name: Statistics Norway
  • Login: statisticsnorway
  • Kind: organization
  • Location: Kongsvinger, Norway

GitHub Events

Total
  • Issues event: 6
  • Watch event: 1
  • Delete event: 27
  • Issue comment event: 10
  • Member event: 1
  • Push event: 171
  • Pull request review event: 19
  • Pull request event: 52
  • Fork event: 1
  • Create event: 29
Last Year
  • Issues event: 6
  • Watch event: 1
  • Delete event: 27
  • Issue comment event: 10
  • Member event: 1
  • Push event: 171
  • Pull request review event: 19
  • Pull request event: 52
  • Fork event: 1
  • Create event: 29

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 519
  • Total Committers: 6
  • Avg Commits per committer: 86.5
  • Development Distribution Score (DDS): 0.222
Past Year
  • Commits: 112
  • Committers: 2
  • Avg Commits per committer: 56.0
  • Development Distribution Score (DDS): 0.045
Top Committers
Name Email Commits
Langsrud o****l@s****o 404
Lupp , Daniel D****p@s****o 54
Lupp d****u@s****o 39
Daniel Lupp d****p@s****o 20
Daniel Paul Lupp d****l@D****l 1
Øyvind Langsrud 4****d 1
Committer Domains (Top 20 + Academic)
ssb.no: 4

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 13
  • Total pull requests: 141
  • Average time to close issues: 11 months
  • Average time to close pull requests: about 16 hours
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 0.31
  • Average comments per pull request: 0.04
  • Merged pull requests: 124
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 55
  • Average time to close issues: N/A
  • Average time to close pull requests: about 15 hours
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.07
  • Merged pull requests: 39
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jnlb (5)
  • danlupp (5)
  • olangsrud (2)
  • sstww (1)
Pull Request Authors
  • olangsrud (133)
  • danlupp (7)
  • jnlb (1)
Top Labels
Issue Labels
branch:compute-intervals (5)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 389 last-month
  • Total docker downloads: 21,613
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 18
  • Total maintainers: 1
cran.r-project.org: GaussSuppression

Tabular Data Suppression using Gaussian Elimination

  • Versions: 18
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 389 Last month
  • Docker Downloads: 21,613
Rankings
Docker downloads count: 0.6%
Dependent repos count: 23.8%
Forks count: 27.8%
Average: 27.8%
Dependent packages count: 28.7%
Stargazers count: 34.5%
Downloads: 51.4%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • Matrix * depends
  • RegSDC * imports
  • SSBtools * imports
  • methods * imports
  • stats * imports
  • testthat >= 3.0.0 suggests