cor | R Documentation |
This function compute the symbolic correlation
cor(x, ...) ## Default S3 method: cor( x, y = NULL, use = "everything", method = c("pearson", "kendall", "spearman"), ... ) ## S3 method for class 'symbolic_tbl' cor(x, ...) ## S3 method for class 'symbolic_interval' cor(x, y, method = c("centers", "B", "BD", "BG"), ...)
x |
First symbolic variables. |
... |
As in R cor function. |
y |
Second symbolic variables. |
use |
an optional character string giving a method for computing correlation in the presence of missing values. This must be (an abbreviation of) one of the strings 'everything', 'all.obs', 'complete.obs', 'na.or.complete', or 'pairwise.complete.obs'. |
method |
The method to be use. |
Return a real number.
Oldemar Rodriguez Rojas
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.