Learn R Programming

RSDA (version 1.1)

rightarrow.matrix: Right Arrow Matrix

Description

Transform a symbolic matrix in an classic data matrix.

Usage

rightarrow.matrix(sym.data)

Arguments

sym.data
This is symbolic data matrix.

Value

  • sym.data: Return the original symbolic data matrix transformed in a classic data matrix in which all the entries are real numbers.

References

Rodriguez, O. (2000). Classification et Modeles Lineaires en Analyse des Donnees Symboliques. Ph.D. Thesis, Paris IX-Dauphine University.

See Also

sym.histogram.pca

Examples

Run this code
data(example7)
sym.data<-example7
cmatrix<-rightarrow.matrix(example7)
cmatrix

Run the code above in your browser using DataLab