Data example to generate symbolic objets
This is a small data example to generate symbolic objets.
data(ex1_db2so)
An object of class data.frame
with 19 rows and 5 columns.
Bock H-H. and Diday E. (eds.) (2000). Analysis of Symbolic Data. Exploratory methods for extracting statistical information from complex data. Springer, Germany.
data(ex1_db2so) ex1 <- ex1_db2so result <- classic.to.sym( x = ex1_db2so, concept = c(state, sex), variables = c(county, group, age), county = mean(county), age_hist = sym.histogram(age, breaks = pretty(ex1_db2so$age, 5)) ) result
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.