Presentation is loading. Please wait.

Presentation is loading. Please wait.

Correlation Coefficient & Simple Linear Regression

Similar presentations


Presentation on theme: "Correlation Coefficient & Simple Linear Regression"— Presentation transcript:

1 Correlation Coefficient & Simple Linear Regression
Association does not imply causation Correlation Coefficient & Simple Linear Regression Correlation does not assume causality but regression does. STATS 101 Laurens Holmes, Jr.

2 Correlation Coefficient is also attributed to Francis Galton.
Sir Galton was the first to apply the word regression to biological and psychological data. Specifically, Galton observed the heights of children versus the heights of their parents. He discovered that taller than average parents tended to have children who were also taller than average, but not as tall as their parents. Galton characterized this as regression toward mediocrity. Correlation Coefficient is also attributed to Francis Galton. Regression implies “…….to go backward”, Why are statistical methods for predicting a response from an explanatory variable termed “regression”? SIR FRANCIS GALTON ( )

3 Correlation r Linear relationships implying straight line association are visualized with scatter plots Strong linear relationship When the points lie close to a straight line, and weak if they are widely scattered

4 Correlation r Purpose: Measures the direction and strength of the linear relationship between two quantitative variables Represented by r. There is no assumption of causality Assumes a linear association between two variables.

5 r measures only a straight line relationship
Correlation r r measures only a straight line relationship Formula r = 1/n-1 Σ (x1 – x/sx)(y1-y/sy) Vignette Suppose the height of 64 children with OI in our sample is designated by x and their weight by y, and n=64 (sample size). If the values of patient 1 is x1 and y1, patient 2 is x2 and y2 and so on till we obtain the values for patient 64. The means and SD of the height and weight x and sx for the height and y and sy for the weight. What is r?

6 Interpretations X1-x/sx is the standardized height of the height and SD of OI patients in centimeters This means how many SD above or below the mean of a patient with OI lies Standardized values have no units The r simply is the an average of the products of the standardized height and standardized weight of n people/patients with OI or people.

7 Vignette The next slide is:
The hypothetical systolic BP and age of twenty CP children in a sample at the no-city hospital. The hypothetical weight and age of twenty CP children in a sample at the no-city hospital. Computing the correlation, is there a relationship between SBP and age, as well as weight and age in this sample? Also, what do you see in the scatter plot? What is the interpretation of your finding?

8 Table 1. BP and Age of Children with CP
Weight (kg) Age 38 12.5 45 12.1 35 13.6 50 10.0 60 11.2 12.0 30 13.4 51 13.8 53 16.8 40 15.6 43 12.3 39 41 12.7 13.7 56 12.8 52 111.6 62 14.0 13.0 44 11.9 SBP Age 90 12.5 88 12.1 100 13.6 70 10.0 80 11.2 12.0 13.4 102 13.8 120 16.8 110 15.6 89 12.3 12.7 13.7 87 93 12.8 82 11.6 14.0 13.0 86 11.9

9 Correlation r – basic assumptions
No distinction between explanatory (x) and response (y) variable. The null hypothesis test that r is significantly different from zero (0). Requires both variables to be quantitative or continuous variables Both variables must be normally distributed. If one or both are not, either transform the variables to near normality or use an alternative non-parametric test of Spearman Use Spearman Correlation coefficient when the shape of the distribution is not assumed or variable is distribution-free.

10 Correlation r – basic assumptions
No categorical or nominal variables r does not change when we change the units of measurement. For example, from Kg to pounds for weight. Why? r uses standardized values of the observations. r does not measure nor describe curved or non-linear association no matter how strong. Like the mean and SD, r is not resistant or uninfluenced by outliers. r is strongly affected by outlier or outlying observations.

11 Figure 1. Scatter plot of the relationship between SPB and age of children with CP (hypothetical data)

12 Normality test : weight, age, SBP, age
Skewness/Kurtosis tests for Normality joint Variable | Pr(Skewness) Pr(Kurtosis) adj chi2(2) Prob>chi2 weightkg | age | Skewness/Kurtosis tests for Normality joint Variable | Pr(Skewness) Pr(Kurtosis) adj chi2(2) Prob>chi2 spb | age |

13 STATA Output – Correlation coefficient (Pearson)
pwcorr spb age, obs sig star(5) | spb age spb | | | age | * | | Non-significant correlation does not imply no association

14 Scatter plot of the relationship between weight and age of children with CP (hypothetical data)

15 What is the correct stats technique?
STATA Output – Correlation coefficient (Pearson) versus Spearman Rank Correlation pwcorr weight age, obs sig star(5) | weight age weight | | | age | | | \ What is the correct stats technique? spearman weightkg age, stats(rho obs p) star(0.05) Number of obs = Spearman's rho = Test of Ho: weightkg and age are independent Prob > |t| =

16 Correlation r - Interpretation
Positive r indicates positive linear association between x and y or variables, and negative r indicates negative linear relationship R –s always between -1 and +1 The strength increases as r moves away from zero toward wither -1 or +1 The extreme values +1 and -1 indicate perfect linear relationship (points lie exactly along a straight line) Graded interpretation : r = weak; = moderate and =strong correlation

17 Vignette Suppose there is a linear relationship between age of CP patients in the sample data with 66 patients and SBP, examine this relationship and interpret your results.

18 Analysis

19

20 SPSS Analysis

21 SPSS Analysis

22 SPSS Output

23 SPSS Analysis-Spearman

24 SPSS Output – Spearman’s rho

25 Interpretation In a sample of 66 children with CP, there is no significant relationship between age of the children and systolic BP, r = 0.02, p = 0.90. Assuming non-normal distribution of either one of the variables, a non-parametric test was used (Spearman Rank correlation), r = , p = 0.84. In either test, there is no linear relationship between age at surgery and the SBP of these patients. However the absence of a linear association does not rule out a non-linear relationship between the age of these patients and their SBP.

26 Simple Linear Regression
SLR does is not a measure of association but linear relationship Simple Linear Regression Stats 101 Absence of a significant association in SLR does not imply absence of non-linear association.

27 Regression Model Statistical technique for assessing the relationship between dependent and one or more independent variable The relationship between two variables is characterized by how they vary together. Given pairs of X and Y variables, regression analysis measures the direction (positive and negative) and the rate of change in Y as X changes (Slope)

28 Regression Model Adequate for predicting the value of Y, given X
Inappropriate for assessing the strength of an association between two or more variables Causal association assumed

29 Simple regression model
Regression equation and line represent the simple linear equation and describe the shape of the relationship between the variables. Regression line is the line drawn through scatter plot that test the fitness of the regression model like the coefficient of determination in the model

30 Basic Assumptions Linearity – The relationship between Y and X is linear (straight line relationship) Residuals are independent and normally distributed Homosedasticity - The variance of the residuals is equal for all X There is no measurement error on X (impractical assumption) - < 10% is assumed adequate measurement error.

31 Basics of SLR Different values of x will produce different values of y
Uy = βo + β1x The mean all lie on a straight line Both y and x vary according to normal distributions The normal distributions all have the same standard deviation The explanatory variables x can take many values

32 Basics of simple linear regression
All means lie on a line when plotted against x The equation of the line is μy = βo + β1x, with intercept βo and slope β1 Population regression line describes how the mean response changes with x The response y to a given x is a random variable that can take different values if we have several observations with the same x-value

33 Simple linear regression model
The population regression line connects mean of y with x in the population The slope β1 is the mean increase in y for increase in x or vice versa The intercept βo is the starting point when x = 0. DATA = FIT + RESIDUAL The RESIDUAL represents deviations of the data from the line of population means The model takes the deviation to be normally distributed with standard deviation σ ϵ represents the residual part of the stats model Y is the sum of its mean and chance deviation ϵ from the mean The deviation ϵ represent the noise, implying the variation in y due to other causes that prevent the observed (x,y)-values from forming a perfect straight line on a scatterplot.

34 Simple linear regression model
The data are n observations on an explanatory variable x and response variable y, (x1y1), (x2,y2), (x3,y3)…….., (xn,yn) The statistical model for SLR states that the observed response yi when the explanatory variable takes the value xi is: Yi=βo + β1x1 + ϵi μy= βo + β1x1 is the mean response when x = xi. The deviation ϵi are independent and normally distributed with mean 0 and SD, σ The parameters of the model are the intercept and slope of the population regression line and the variability (σ) of the response y about the line.

35 Simple linear regression model
Model involves parameters that are unknown (β0 and β1) but can be estimated from sample data The error term, ϵί termed eta is also unobservable but can be estimated from sample data Regression coefficients are values that represent the effect of the individual independent variable (X) on the dependent variable (Y) R2 is the coefficient of determination and illustrates the amount of variation in the dependent variable that is explained by variation in the independent variable. Β0 is the intercept on Y when X=0 Β1 is the slope of the regression which is increase or decrease in Y for each change in X.

36 SLR : F test and t test F test is used as a general indicator of the probability that the predictor variable contribute to the variance in the dependent variable. The null hypothesis is that the predictor weight is zero The t test is used to test the significance of the predictor in the equation. The null hypothesis is that the predictor or independent variable does not contribute to the variance in the dependent variable.

37 Vignette – Hypothetical Data
Suppose you are interested in predicting the weight (gm) in pericentrin positive dwarfism based on the gestational age (wks). Is correlation coefficient appropriate test for this project? If not, select appropriate test statistic, present the regression equation, and interpret your result. Test the fitness of the model and explain coefficient of determination?

38 SPSS Analysis

39 Scatter plot

40 Normality Test Is wt (gm) normally distributed? . swilk gm_wt .
Shapiro-Wilk W test for normal data Variable | Obs W V z Prob>z gm_wt | . swilk gestationalageinweeks gestation~ks | . Is gestational age (wks) normally distributed? sktest gm_wt gestationalageinweeks Skewness/Kurtosis tests for Normality joint Variable | Obs Pr(Skewness) Pr(Kurtosis) adj chi2(2) Prob>chi2 gm_wt | gestation~ks | .

41 Regression (Output) & Equation
regress gm_wt gestationalageinweeks if n_catgesta==1, vce(robust) Linear regression Number of obs = F( 1, 76) = Prob > F = R-squared = Root MSE = | Robust gm_wt | Coef. Std. Err t P>|t| [95% Conf. Interval] gestation~ks | _cons | WEIGHT = grams (GESTATIONAL AGE in WEEKS)

42 Regression Line, Equation, R square
What is R square? Interpret the regression equation

43 Vignette In children with CP who underwent spinal fusion for curve deformities correction, can postoperative cobb angle be used in predicting their length of hospitalization? What is the regression equation? Please interpret your result.

44

45

46 Scatter plot

47 Is there a linear relationship from this plot?

48

49 SLR: SPSS

50 Ignore

51

52 Result Interpretation
The result from SLR states the direction, strength, value, degrees of freedom and significance level. Note that if ANOVA is not significant, the section of the output labeled sig will be > 0.05, implying that the regression equation is not significant. Statement of result: A simple linear regression was computed predicting CP children’s length of hospital stay following spinal fusion based on their postoperative cobb angle. The regression equation was not significant (F( 1,62)= 0.18, p = 0.67, with an R square of Therefore, postoperative cobb angle cannot be used to predict the length of hospitalization following spinal fusion in CP children with scoliosis.

53 53


Download ppt "Correlation Coefficient & Simple Linear Regression"

Similar presentations


Ads by Google