GaussSuppression
R-package to protect tables by suppression using the Gaussian elimination algorithm
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
Repository
R-package to protect tables by suppression using the Gaussian elimination algorithm
Basic Info
- Host: GitHub
- Owner: statisticsnorway
- License: other
- Language: R
- Default Branch: main
- Homepage: https://statisticsnorway.github.io/ssb-gausssuppression/
- Size: 2.82 MB
Statistics
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 3
- Releases: 0
Topics
Metadata Files
README.md
R package GaussSuppression 
| GaussSuppression on CRAN | | pkgdown website | | GitHub Repository | |----------------------|---|----------------------|---|----------------------|
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
- Website: https://www.ssb.no/en/
- Repositories: 423
- Profile: https://github.com/statisticsnorway
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
Top Committers
| Name | 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)
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
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
- Homepage: https://github.com/statisticsnorway/ssb-gausssuppression
- Documentation: http://cran.r-project.org/web/packages/GaussSuppression/GaussSuppression.pdf
- License: MIT + file LICENSE
-
Latest release: 1.1.5
published 6 months ago
Rankings
Maintainers (1)
Dependencies
- Matrix * depends
- RegSDC * imports
- SSBtools * imports
- methods * imports
- stats * imports
- testthat >= 3.0.0 suggests