check_sdc | R Documentation |
Create a statistical disclosure control report: Which variables have categories with low absolute frequencies, which might lead to statistical data disclosure issues?
check_sdc(GADSdat, vars = eatGADS::namesGADS(GADSdat), boundary = 5)
GADSdat |
A |
vars |
Character vector of variable names. Which variables should be checked? |
boundary |
Integer number: categories with less than or equal to |
Individual participants of studies such as educational large-scale assessments usually must remain
non-identifiable on individual level.
This function checks the specified variables in a GADSdat
object
for low frequency categories which might lead to statistical disclosure control issues.
Currently, only a uni-variate check is implemented.
A data.frame
.
# tbd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.