SingletonDefault {GaussSuppression} | R Documentation |
Default singleton function
Description
Function for GaussSuppressionFromData
Usage
SingletonDefault(data, freqVar, protectZeros, secondaryZeros, ...)
Arguments
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 |
Details
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.
Value
singleton, GaussSuppression
input
[Package GaussSuppression version 0.8.8 Index]