check_sdc: Create a Statistical Disclosure Control Report.

View source: R/check_sdc.R

check_sdcR Documentation

Create a Statistical Disclosure Control Report.

Description

Create a statistical disclosure control report: Which variables have categories with low absolute frequencies, which might lead to statistical data disclosure issues?

Usage

check_sdc(GADSdat, vars = eatGADS::namesGADS(GADSdat), boundary = 5)

Arguments

GADSdat

A GADSdat object.

vars

Character vector of variable names. Which variables should be checked?

boundary

Integer number: categories with less than or equal to boundary observations will be flagged

Details

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.

Value

A data.frame.

Examples

# tbd



beckerbenj/eatFDZ documentation built on June 11, 2025, 6:49 a.m.