Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

RSDA (version 1.3)

classic.to.sym: Generate a symbolic data table

Description

Generate a symbolic data table from a classic data table.

Usage

classic.to.sym(dataTable, concept, variables, variables.types)

Arguments

dataTable

This is the classic data table.

concept

These are the variable that we are going to use a concepts.

variables

These are the variables that we want to inlude in the symbolic data table.

variables.types

These are the variables symbolic types (continuos, interval, set or histograma) of the variables that we want to inlude in the symbolic data table.

Value

The symbolic data table.

References

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

See Also

read.sym.table

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