Learn R Programming

RSDA (version 1.3)

ex1_db2so: Data example to generate symbolic objets

Description

This is a small data example to generate symbolic objets.

Usage

data(ex1_db2so)

Arguments

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
data(ex1_db2so)
ex1 <- ex1_db2so
result <- classic.to.sym(ex1, concept=c("state", "sex"),
                    variables=c("county", "group", "age","age"),
                    variables.types=c("$C", "$I", "$H", "$S"))
result

Run the code above in your browser using DataLab