exampleMinimalData {sdcTable}R Documentation

minimal data set used as input to generate complete data set.

Description

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).

Usage

data(exampleMinimalData)

Format

A data.frame containing a column for each dimensional variable and a column for the corresponding cell value.

Var1
characteristic of dimensional variable 1.
Var2
characteristic of dimensional variable 2.
Var3
characteristic of dimensional variable 3.
val
cell value of cell given by characteristics of Var1, Var2 and Var3.

Examples

        ## Not run: 
                data(exampleMinimalData)
                head(exampleMinimalData)
                dim(exampleMinimalData)
        
## End(Not run)

[Package sdcTable version 0.0.2 Index]