pair_cancor | R Documentation |
Calculates canonical correlation for every variable pair in a dataset.
pair_cancor(d, handle.na = TRUE, ...)
d |
A dataframe |
handle.na |
If TRUE uses pairwise complete observations to calculate correlation coefficient,, otherwise NAs not handled. |
... |
other arguments |
A tibble of class pairwise
with canonical correlation for every numeric or factor or mixed variable pair
pair_cancor(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.