correlation
play

Correlation Course Title Correlation Correlation coe ffi cient - PowerPoint PPT Presentation

CORRELATION AND REGRESSION Correlation Course Title Correlation Correlation coe ffi cient between -1 and 1 Sign > direction Magnitude > strength Correlation and Regression Near perfect correlation Correlation and


  1. CORRELATION AND REGRESSION Correlation

  2. Course Title Correlation ● Correlation coe ffi cient between -1 and 1 ● Sign —> direction ● Magnitude —> strength

  3. Correlation and Regression Near perfect correlation

  4. Correlation and Regression Strong

  5. Correlation and Regression Moderate

  6. Correlation and Regression Weak

  7. Correlation and Regression Zero

  8. Correlation and Regression Negative

  9. Correlation and Regression Non-linear

  10. Correlation and Regression Non-linear correlation > run10 %>% filter(divPlace <= 10) %>% ggplot(aes(x = age, y = pace, color = gender)) + geom_point()

  11. Correlation and Regression Pearson product-moment correlation

  12. Correlation and Regression Pearson product-moment correlation

  13. CORRELATION AND REGRESSION Let’s practice!

  14. CORRELATION AND REGRESSION Correlation

  15. Correlation and Regression Anscombe > ggplot(data = Anscombe, aes(x = x, y = y)) + geom_point() + facet_wrap(~ set)

  16. Correlation and Regression Anscombe 1 > Anscombe %>% filter(set == 1) %>% ggplot(aes(x = x, y = y)) + geom_point()

  17. Correlation and Regression Anscombe 2 > Anscombe %>% filter(set == 2) %>% ggplot(aes(x = x, y = y)) + geom_point()

  18. Correlation and Regression Anscombe 3 > Anscombe %>% filter(set == 3) %>% ggplot(aes(x = x, y = y)) + geom_point()

  19. Correlation and Regression Anscombe 4 > Anscombe %>% filter(set == 4) %>% ggplot(aes(x = x, y = y)) + geom_point()

  20. CORRELATION AND REGRESSION Let’s practice!

  21. CORRELATION AND REGRESSION Interpretation of Correlation

  22. Correlation and Regression Exercise and beer Source: h � p://well.blogs.nytimes.com/2015/12/02/the-close-ties-between-exercise-and-beer/

  23. Correlation and Regression Exercise and beer

  24. Correlation and Regression Exercise and beer

  25. Correlation and Regression NFL arrests Source: h � ps://www.nytimes.com/2014/09/13/upshot/what-the-numbers-show-about-nfl-player-arrests.html

  26. Correlation and Regression NFL arrests

  27. Correlation and Regression Correlation vs. regression Source: h � p://www.nytimes.com/2012/11/02/business/questions-raised-on-withdrawal-of-congressional-research-services-report-on-tax-rates.html

  28. Correlation and Regression Can you plot a correlation? Source: h � p://heatst.com/world/no-correlation-between-voting-for-brexit-and-racism-study-finds/

  29. CORRELATION AND REGRESSION Let’s practice!

  30. CORRELATION AND REGRESSION Spurious correlations

  31. Correlation and Regression Spurious over time

  32. Correlation and Regression Spurious over time

  33. Correlation and Regression Spurious over space

  34. Correlation and Regression Spurious for whatever reason

  35. CORRELATION AND REGRESSION Let’s practice!

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend