Learn R Programming

RSDA (version 2.0.8)

ex1_db2so: Data example to generate symbolic objets

Description

This is a small data example to generate symbolic objets.

Usage

data(ex1_db2so)

Arguments

Format

An object of class data.frame with 19 rows and 5 columns.

References

Bock H-H. and Diday E. (eds.) (2000). Analysis of Symbolic Data. Exploratory methods for extracting statistical information from complex data. Springer, Germany.

Examples

Run this code
# NOT RUN {
data(ex1_db2so)
ex1 <- ex1_db2so
result <- classic.to.sym(ex1, concept=c('state', 'sex'),
                         variables = c(county, group, age, age),
                         variables.types = c(county = type.continuous(),
                         group = type.histogram(),
                         age = type.histogram(),
                          age = type.set()))
result
# }

Run the code above in your browser using DataLab