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 'sdcHashClass'
initialize(.Object, ...)
|
.Object |
A |
... |
The optional parameters specifying the data and other options. |
The hashing definition presently handles only categorical fields, which limits the applicability of this software accordingly.
Does not currently permit use of an arbitrary hashing definition.
initialize:
.DataA matrix.
HdefThe hashing definition on which the
sdcHashClass object is built.
forwardLogical indicating whether a forward hash or a backward hash, in terms of field order, has been used.
hashA character string containing one hash representation for each data record.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.