Description Usage Arguments Details Value Examples
View source: R/calculate_stats.R
Calculate correlation coefficients.
1 | stat_correlation(df, set, cors)
|
df |
data.frame object |
set |
config object |
cors |
correlation methods to be used ( |
Automatically handels feature tyopes, such that only numerical variables are used in operations.
list of pair-wise correlations per method.
1 | stat_correlation(df, set, cors = "pearson")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.