NcontributorsRule {GaussSuppression} | R Documentation |
Identical to ´NContributorsRule´
Description
The function is included for compatibility after changing the name to
NContributorsRule
Usage
NcontributorsRule(
data,
freq,
numVar,
x,
maxN = 3,
protectZeros = FALSE,
charVar = NULL,
removeCodes = character(0),
remove0 = TRUE,
...
)
Arguments
data |
Input data as a data frame |
freq |
Vector of aggregate frequencies |
numVar |
Numerical variables. When several variables, only first is used. |
x |
Model matrix generated by parent function |
maxN |
Suppression threshold. Cells where the number of unique contributors
(based on |
protectZeros |
Suppression parameter. Only TRUE (default) is used implemented. |
charVar |
Variable(s) with contributor codes. When empty, unique contributor in each row is assumed. When several variables, see details. |
removeCodes |
Codes to exclude when counting contributors.
Can be specified as a character vector (applied to all |
remove0 |
When set to |
... |
unused parameters |