correlation | R Documentation |
correlation
correlation( data, ..., decimals = 2, show.errors = TRUE, show.warnings = TRUE, DEBUG = FALSE, p.sig = 0.05, spearman.cutoff = c(0.25, 0.5, 0.7), spearman.labels = c("weak", "moderate", "strong"), pearson.cutoff = c(0.25, 0.5, 0.7), pearson.labels = c("weak", "moderate", "strong"), kendall.cutoff = c(0.25, 0.5, 0.7), kendall.labels = c("weak", "moderate", "strong"), inv.string = "(inv)", method = c("auto", "pearson", "spearman", "kendall"), lang = c("en", "es") )
lang |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.