table_correlates | R Documentation |
Create table with correlations between variables
table_correlates(data, method = "pearson")
data |
a dataset with info on continents if breakdown by continent is required (optional) |
method |
a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated. |
a correlation matrix
# see see ?rangeRinPA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.