Description Usage Arguments Details Methods (by generic) Slots Examples
This class defines the data hash that is used to identify cells to be targeted for statistical disclosure control.
1 2 | ## S4 method for signature 'sdcHashingDefinitionClass'
initialize(.Object, ...)
|
.Object |
A |
... |
The optional parameters specifying the data
and whether |
The hashing definition presently handles only categorical fields, which limits the applicability of this software accordingly.
initialize:
partsThe number of hashing components.
coverageThe number of elements in each hashing component.
lengthsThe number of levels of each field to be hashed.
na.existsWhether there is an NA value in each field to be hashed.
na.recodeWhether NA values should be treated as levels.
levelsThe number of levels of each field to be hashed.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.