exampleMinimalData {sdcTable} | R Documentation |
a data set containing a total of 3 dimensional variables and the corresponding cell values. Only those characteristics of the dimensional variables are available in exampleMinimalData that cannot be calculated as linear combinations from other characteristics (sums).
data(exampleMinimalData)
A data.frame containing a column for each dimensional variable and a column for the corresponding cell value.
Var1
Var2
Var3
val
## Not run: data(exampleMinimalData) head(exampleMinimalData) dim(exampleMinimalData) ## End(Not run)