Learn R Programming

RSDA (version 1.1)

Sint: Generate a interval variable

Description

It is use to generate a interval variable.

Usage

Sint(v = c())

Arguments

v
v is the variable to be transform into a interval variable.

Value

  • The interval variable.

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
concept<-Sconcept(ex1$state,ex1$sex)
sym.table<-Sobject(Scon(concept$county),Sint(concept$group),Shis(concept$age))
sym.table

Run the code above in your browser using DataLab