Correlation

R

R - Correlation (cor, cor.test)

The cor() function computes correlation coefficients between numeric vectors or matrices. The most common method is Pearson correlation, which measures linear relationships between variables.

Read more →