1 / 37

Bivariate Data Analysis

Bivariate Data Analysis. Bivariate Data analysis 4. If the relationship is linear the residuals plotted against the original x - values would be scattered randomly above and below the line.

linh
Download Presentation

Bivariate Data Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Bivariate Data Analysis Bivariate Data analysis 4

  2. If the relationship is linear the residuals plotted against the original x - values would be scattered randomly above and below the line.

  3. A scatter plot of residuals versus the x-values should be boring and have no interesting features, like direction or shape. It should stretch horizontally with about the same amount of scatter throughout. It should show no curves or outliers

  4. r = 0.87 indicates a strong linear relationship between x and y

  5. The scatter plot below however shows the relationship is clearly non-linear

  6. When examining residuals to check whether a linear model is appropriate, it is usually best to plot them. The variation in the residuals is the key to assessing how well the model fits.

  7. The pattern of residuals looks more like a parabola. This should indicate that the data were not really linear, but were more likely to be quadratic.

  8. Discuss this data.

  9. Outlier? Discuss this situation.

  10. Discuss the plot of the residuals

  11. Discuss this scatter plot

  12. Linear?

  13. Residuals

  14. Useful website • http://stat-www.berkeley.edu/~stark/Java/Correlation.htm plots residuals, regression lines etc

  15. Many of our tools for displaying and summarizing data work only when the data meet certain conditions. We cannot use a linear model unless the relationship between two variables is linear. Often re-expression can save the day, straightening bent relationships so that we can fit and use a simple linear model.

  16. Displays of the residuals can often help you find subsets in the data.

  17. When a scatterplot shows a CURVED form that consistently increases or decreases, we can often straighten the form of the plot be re-expressing one or both of the variables.

  18. The correlation is 0.979. That sounds pretty high, but the scatter plot shows something is not quite right.

  19. Re-expressing f/stop speed by squaring straightens the plot.

  20. This plot looks ‘straight’. The correlation is now 0.998, but the increase in correlation is not important. (The original value of 0.979 is already large.) What is important is the form of the plot is now straight, so the correlation is now an appropriate measure of association.

  21. Goals of re-expression • Make the distribution (as seen in its histogram, for example) more symmetric. • Make the form of the scatter plot more nearly linear. • Make the scatter in a scatter plot spread out evenly rather than following a fan shape.

  22. Some hints • Try y2 for unimodal skewed to the left. • Try square root of y for counted data. • Try logs for measurements that can’t be negative and especially when they grow by percentage increases. • Try -1/y or -1/(square root of y). • Logs straighten exponential trends and pull in a long right trail. • Logs straighten power curves.

  23. Try y versus x2

  24. Try y versus x2

  25. Try log or 1/x

  26. Try log or 1/x

  27. Don’t stray too far from the powers suggested. Taking a high power may artificially inflate R2, but it won’t give a useful or meaningful model. It is better to stick with powers between 2 and -2. Even in that range you should prefer the simpler powers in the ladder to those in the cracks. A square root is easier to understand than the 0.413 power.

  28. Comparing histograms and scatter graphs

  29. The data in the scatter plot below shows the progression of the fastest times for the men’s marathon since the Second World War. We may want to use this data to predict the fastest time at 1 January 2010 (i.e. 64 years after 1 January 1946). Page 53

  30. Possible solutions • a quadratic (y = ax2 + bx + c) • an exponential function (y = aebx) • a power function (y = axb) • 2 separate straight lines – one for say 0 – 23 years and one for say 23 – 60 years • a line for only the later years, say 23 – 60 years

  31. Quadratic • Curve seems to fit • R2 = 0.9592 is very high • Inappropriate to quote r as it is not linear • time starts increasing (not sensible) Page 54

  32. Exponential • Doesn’t fit the data points particularly well

  33. Power Function • reasonable fit, • R2 is high • R2 = 0.9401 √

  34. Line for only the later years (1969-2003) √ • Line (1969-2003) – reasonable fit, • R2 is high • Note: We only use the later years line for the prediction and ignore the earlier years

  35. The data in the scatter plot below comes from a random sample of 60 models of new cars taken from all models on the market in New Zealand in May 2000. We want to use the engine size to predict the weight of a car. • Seems to be linear for engine sizes less than 2500cc. • Very weak or no linear relationship for engine sizes over 2500cc. • Solution: Fit a line for engine sizes less than 2500cc. Page 55

More Related