exampleFullData {sdcTable} | R Documentation |
Example complete data set used as input for various methods
Description
exampleFullData is a data set of class 'fullData'
Usage
data(exampleFullData)
Format
A list containing several necessary information.
data
- data set containing a column for each dimension, a column representing the numerical value of each cell and a column which indicates if a cell is marked as sensitive (P) or not.
dims
- a list representing the structure of each dimensional variable.
indexvars
- a vector representing the columns of the dimensional variables in data set.
supps2check
- a numeric vector of indices representing cells that need to be protected.
numberindexvars
- the total number of dimensional variables.
Examples
## Not run:
data(exampleFullData)
head(exampleFullData$data)
dim(exampleFullData$data)
## End(Not run)
[Package
sdcTable version 0.0.2
Index]