1 / 43

Krisztina Boda PhD Department of Medical Informatics, University of Szeged

Biostatistics, statistical software VI. Relationship between two continuous variables, correlation, linear regression, transformations. Relationship between two discrete variables, contingency tables, test for independence. Krisztina Boda PhD

hilda
Download Presentation

Krisztina Boda PhD Department of Medical Informatics, University of Szeged

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. Biostatistics, statistical software VI.Relationship between two continuous variables, correlation, linear regression, transformations.Relationship between two discrete variables, contingency tables, test for independence. Krisztina Boda PhD Department of Medical Informatics, University of Szeged

  2. Relationship between two continuous variablescorrelation, linear regression, transformations. INTERREG

  3. Imagine that 6 students are given a battery of tests by a vocational guidance counsellor with the results shown in the following table: • Variables measured on the same individuals are often related to each other. INTERREG

  4. Let us draw a graph called scattergram to investigate relationships. • Scatterplots show the relationship between two quantitative variables measured on the same cases. • In a scatterplot, we look for the direction, form, and strength of the relationship between the variables. The simplest relationship is linear in form and reasonably strong. • Scatterplots also reveal deviations from the overall pattern. INTERREG

  5. Creating a scatterplot • When one variable in a scatterplot explains or predicts the other, place it on the x-axis. • Place the variable that responds to the predictor on the y-axis. • If neither variable explains or responds to the other, it does not matter which axes you assign them to. INTERREG

  6. Possible relationships negative correlation positive correlation no correlation INTERREG

  7. Describing linear relationship with number: the coefficient of correlation • Correlation is a numerical measure of the strength of a linear association. • The formula for coefficient of correlation treats x and y identically. There is no distinction between explanatory and response variable. • Let us denote the two samples by x1,x2,…xn and y1,y2,…yn , the coefficient of correlation can be computed according to the following formula INTERREG

  8. Properties of r • Correlations are between -1 and +1; the value of r is always between -1 and 1, either extreme indicates a perfect linear association. 1r 1. • a) If r is near +1 or -1 we say that we have high correlation. • b) If r=1, we say that there is perfect positive correlation. If r= -1, then we say that there is a perfect negative correlation. • c) A correlation of zero indicates the absence of linear association. When there is no tendency for the points to lie in a straight line, we say that there is no correlation (r=0) or we have low correlation (r is near 0 ). INTERREG

  9. Effect of outliers • Even a single outlier can change the correlation substantially. • Outliers can create • an apparently strong correlation where none would be found otherwise, • or hide a strong correlation by making it appear to be weak. r=-0.21 r=0.74 r=0.998 r=-0.26 INTERREG

  10. Two variables may be closely related and still have a small correlation if the form of the relationship is not linear. r=2.8 E-15 r=0.157 INTERREG

  11. Correlation and causation • a correlation between two variables does not show that one causes the other. Causation is a subtle concept best demonstrated statistically by designed experiments. INTERREG

  12. Correlation by eyehttp://onlinestatbook.com/stat_sim/reg_by_eye/index.html) . • This applet lets you estimate the regression line and to guess the value of Pearson's correlation. • Five possible values of Pearson's correlation are listed. One of them is the correlation for the data displayed in the scatterplot. Guess which one it is. To see the correct value, click on the "Show r" button. INTERREG

  13. When is a correlation „high”? • What is considered to be high correlation varies with the field of application. • The statistician must decide when a sample value of r is far enough from zero, that is, when it is sufficiently far from zero to reflect the correlation in the population. INTERREG

  14. Testing the significance of the coefficient of correlation • The statistician must decide when a sample value of r is far enough from zero to be significant, that is, when it is sufficiently far from zero to reflect the correlation in the population. • H0: ρ=0 (greek rho=0, correlation coefficient in population = 0) • Ha: ρ ≠ 0 (correlation coefficient in population ≠ 0) • This test can be carried out by expressing the t statistic in terms of r. The following t-statistic has n-2 degrees of freedom • Decision using statistical table: • If |t|>tα,n-2, the difference is significant at α level, we reject H0and state that the population correlation coefficient is different from 0. • If |t|<tα,n-2, the difference is not significant at α level, we accept H0and state that the population correlation coefficient is not different from 0. • Decision using p-value: • if p < α a we reject H0 at α level and state that the population correlation coefficient is different from 0. INTERREG

  15. Example 1. • The correlation coefficient between math skill and language skill was found r=0.9989. Is significantly different from 0? • H0: the correlation coefficient in population = 0, ρ =0. • Ha: the correlation coefficient in population is different from 0. • Let's compute the test statistic: • Degrees of freedom: df=6-2=4 • The critical value in the table is t0.05,4 = 2.776. • Because 42.6 > 2.776, we reject H0 and claim that there is a significant linear correlation between the two variables at 5 % level. INTERREG

  16. Example 1, cont. p<0.05, the correlation is significantly different from 0 at 5% level INTERREG

  17. Example 2. • The correlation coefficient between math skill and retailing skill was found r= -0.9993. Is significantly different from 0? • H0: the correlation coefficient in population = 0, ρ =0. • Ha: the correlation coefficient in population is different from 0. • Let's compute the test statistic: • Degrees of freedom: df=6-2=4 • The critical value in the table is t0.05,4 = 2.776. • Because |-53.42|=53.42 > 2.776, we reject H0 and claim that there is a significant linear correlation between the two variables at 5 % level. INTERREG

  18. Example 2., cont. INTERREG

  19. Example 3. • The correlation coefficient between math skill and theater skill was found r= -0.2157. Is significantly different from 0? • H0: the correlation coefficient in population = 0, ρ =0. • Ha: the correlation coefficient in population is different from 0. • Let's compute the test statistic: • Degrees of freedom: df=6-2=4 • The critical value in the table is t0.05,4 = 2.776. • Because |-0.4418|=0.4418 < 2.776, we do not reject H0 and claim that there is no a significant linear correlation between the two variables at 5 % level. INTERREG

  20. Example 3., cont. INTERREG

  21. Prediction based on linear correlation: the linear regression • When the form of the relationship in a scatterplot is linear, we usually want to describe that linear form more precisely with numbers. We can rarely hope to find data values lined up perfectly, so we fit lines to scatterplots with a method that compromises among the data values. This method is called the method of least squares. The key to finding, understanding, and using least squares lines is an understanding of their failures to fit the data; the residuals • A straight line that best fits the data: y=bx + a is called regression line • Geometrical meaning of a and b. • b: is called regression coefficient, slope of the best-fitting line or regression line; • a: y-intercept of the regression line. INTERREG

  22. Equation of regression line for the data of Example 1. • y=1.016·x+15.5the slope of the line is 1.016 • Prediction based on the equation: what is the predicted score for language for a student having 400 points in math? • ypredicted=1.016 ·400-15.5=421.9 INTERREG

  23. How to get the formula for the line which is used to get the best point estimates INTERREG

  24. Computation of the correlation coefficient from the regression coefficient. • There is a relationship between the correlation and the regression coefficient: • where sx, sy are the standard deviations of the samples . • From this relationship it can be seen that the sign of r and b is the same: if there exist a negative correlation between variables, the slope of the regression line is also negative . • It can be shown that the same t-test can be used to test the significance of r and the significance of b. INTERREG

  25. Coefficient of determination • The square of the correlation coefficient multiplied by 100 is called the coefficient of determination. • It shows the percentages of the total variation explained by the linear regression. • Example. • The correlation between math aptitude and language aptitude was found r =0,9989. The coefficient of determination, r2 = 0.917 . So 91.7% of the total variation of Y is caused by its linear relationship with X . INTERREG

  26. Regression using transformations • Sometimes, useful models are not linear in parameters. Examining the scatterplot of the data shows a functional, but not linear relationship between data. INTERREG

  27. Example • A fast food chain opened in 1974. Each year from 1974 to 1988 the number of steakhouses in operation is recorded. • The scatterplot of the original data suggests an exponential relationship between x (year) and y (number of Steakhouses) (first plot) • Taking the logarithm of y, we get linear relationship (plot at the bottom) INTERREG

  28. Performing the linear regression procedure to x and log (y) we get the equation • log y = 2.327 + 0.2569 x • that is • y = e2.327 + 0.2569 x=e2.327e0.2569x= 1.293e0.2569x is the equation of the best fitting curve to the original data. INTERREG

  29. y = 1.293e0.2569x log y = 2.327 + 0.2569 x INTERREG

  30. Types of transformations • Some non-linear models can be transformed into a linear model by taking the logarithms on either or both sides. Either 10 base logarithm (denoted log) or natural (base e) logarithm(denoted ln) can be used. If a>0 and b>0, applying a logarithmic transformation to the model INTERREG

  31. Exponential relationship ->take log y Model: y=a*10bx Take the logarithm of both sides: lg y =lga+bx so lg y is linear in x INTERREG

  32. Logarithm relationship ->take log x Model: y=a+lgx so y is linear in lg x INTERREG

  33. Power relationship ->take log x and log y Model: y=axb Take the logarithm of both sides: lg y =lga+b lgx so lgy is linear in lg x INTERREG

  34. Reciprocal relationship ->take reciprocal of x Model: y=a +b/x y=a +b*1/x so y is linear in 1/x INTERREG

  35. Example from the literature INTERREG

  36. INTERREG

  37. Relationship between two discrete variables, contingency tables, test for independence INTERREG

  38. Comparison of categorical variables (percentages): 2 tests (chi-square) • Example: rates of diabetes in three groups: 31%, 27% and 25%*. • Frequencies can be arranged into contingency tables. • H0: the occurrence of diabetes is independent of groups (the rates are the same in the population) INTERREG

  39. If H0 is true, the expected frequencies can be computed(Ei=row total*column total/total) 2 statistics: 2 =Σ(Oi-Ei)2/Ei DF (degrees of freedom: (number of rows-1)*(number of columns-1) Decision based on table: 2 > 2 table, , df Assumption: cells with expected frequencies <5 are maximum 20% of the cells Exact test (Fisher): it has no assumption, it gives the exact p-value 2 =0.933 Df=(3-1)*(2-1)=2 0.933<5.99(= 2 table, 0.05,2)p=0.627 Assumption holds Exact p=0.663 2 tests, assumptions INTERREG

  40. 2x2-es tables • 2 formula can be computed from cell frequencies • When the assumptions are violated : • Yates correction • Fisher’s exact test INTERREG

  41. Example • 2=10.815, df=1, p=0.001 • 2Yates=9.809, df=1, p=0.002 • Fisher’s exact test p=0.002 INTERREG

  42. Review questions and exercises • Problems to be solved by hand-calculations • ..\Handouts\Problems hand VI.doc • Solutions • ..\Problems hand VI solution.doc • Problems to be solved using computer • ..\Handouts\Problems comp VI.doc INTERREG

  43. Useful WEB pages • http://www-stat.stanford.edu/~naras/jsm • http://www.ruf.rice.edu/~lane/rvls.html • http://my.execpc.com/~helberg/statistics.html • http://www.math.csusb.edu/faculty/stanton/m262/index.html INTERREG

More Related