Created
May 19, 2017 10:43
-
-
Save Robinlovelace/2a37d1577aece48372e91c9d0b017fc9 to your computer and use it in GitHub Desktop.
Correlation example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x = 1:9 | |
y = x^2 | |
cor(x, y) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment