pair_cancor {bullseye} | 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)