Correlation for stranger objects

cor(x, ...)

# S3 method for stranger
cor(x, method = c("pearson", "kendall", "spearman"), ...)

# S3 method for default
cor(x, ...)

Arguments

x

a stranger object

method

see base cor function