View source: R/data_functions.R
correl | R Documentation |
Calculate correlations between any types of variables
correl(x, y, method_numeric = "spearman", na.omit = TRUE, ...)
na.omit |
correl(1:10, sample(1:10))
correl(rep(LETTERS, 5), seq(rep(LETTERS, 5)))
correl(rep(LETTERS, 10), sample(rep(LETTERS, 10)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.