powered by
This function compute the symbolic median.
# S3 method for sym.data.table median(x, na.rm = FALSE, method = c("centers", "interval", "modal"), ...)
The symbolic variable.
As in R median function.
The method to be use.
Return a real number.
Billard L. and Diday E. (2006). Symbolic data analysis: Conceptual statistics and data mining. Wiley, Chichester.
Rodriguez, O. (2000). Classification et Modeles Lineaires en Analyse des Donnees Symboliques. Ph.D. Thesis, Paris IX-Dauphine University.
# NOT RUN { data(example3) sym.data<-example3 median(sym.data[,2]) median(sym.data[,6] ,method='interval') median(sym.data[,3] ,method='modal') # }
Run the code above in your browser using DataLab