SingletonDefault {GaussSuppression} | R Documentation |
Function for GaussSuppressionFromData
SingletonDefault(data, freqVar, protectZeros, secondaryZeros, ...)
data |
Input data, possibly pre-aggregated within |
freqVar |
A single variable holding counts (input to |
protectZeros |
Suppression parameter (see |
secondaryZeros |
Suppression parameter (see |
... |
Unused parameters |
This function marks input cells as singletons according to the input frequencies (freqVar
).
Zero frequencies are set to singletons when protectZeros
or secondaryZeros
is TRUE
.
Otherwise, ones are set to singletons.
Empty freqVar
is treated as all frequencies being ones.
singleton, GaussSuppression
input