Description Usage Arguments Value
Can return one of two objects. 1. Dataframe of ranked absolute correlation pairs, or 2. Correlation matrix of all variables.
1 2 3 | multivariateCorrelation(df, dropnotnumeric = TRUE, output = "ranked",
N = NULL, use = "everything", method = c("pearson", "kendall",
"spearman"))
|
df |
Dataframe containing all variables. |
dropnotnumeric |
Logical, defaults to |
output |
Determines which output type to return. One of |
N |
Only used when |
use |
Same as |
method |
Same as |
Returns the correlation matrix if output = "matrix"
or dataframe of ordered
variable pair correlations if output = "ranked"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.