Function for constructing model matrix columns representing primary suppressed difference cells
KDisclosurePrimary(
data,
x,
crossTable,
freqVar,
mc_hierarchies = NULL,
coalition = 1,
upper_bound = Inf,
...
)
dgCMatrix corresponding to primary suppressed cells
a data.frame representing the data set
ModelMatrix generated by parent function
crossTable generated by parent function
name of the frequency variable in data
a hierarchy representing meaningful combinations to be
protected. Default value is NULL
.
numeric vector of length one, representing possible size of an attacking coalition. This parameter corresponds to the parameter k in the definition of k-disclosure.
numeric value representing minimum count considered safe.
Default set to Inf
parameters passed to children functions
Daniel P. Lupp