What is Linear Regression correlations can suggest relationships

  • Slides: 7
Download presentation
What is Linear Regression? (correlations can suggest relationships between sets of data) The correlation

What is Linear Regression? (correlations can suggest relationships between sets of data) The correlation coefficient (�� ) provides a measure of how related two variables are, and it is expressed as a value between +1 and − 1. The closer the value is to 0, the weaker the correlation. But… Correlation does not imply causation.

What is Linear Regression? (correlations can suggest relationships between sets of data) Calculating ��

What is Linear Regression? (correlations can suggest relationships between sets of data) Calculating �� involves determining the sample mean of the predictor variable (�� ) and its standard deviation (�� ), the �� sample mean of the response variable (�� ) and its standard deviation (�� ), and �� the number of pairs (X, Y) of individuals in the sample (�� ):

What is Linear Regression? (correlations can suggest relationships between sets of data) Another statistic,

What is Linear Regression? (correlations can suggest relationships between sets of data) Another statistic, called the coefficient of determination, uses the square of ��. 2 value tells us the strength of the The �� relationship between X and Y.

What is the relationship between the number of seeds in tomatoes and their mass?

What is the relationship between the number of seeds in tomatoes and their mass?

What is the relationship between the number of seeds in tomatoes and their mass?

What is the relationship between the number of seeds in tomatoes and their mass? Interpreting r: The null statistical hypothesis for linear regression is that �� = 0. What is the probability of obtaining an r value of 0. 904 or bigger if the null hypothesis is true?

What is the relationship between the number of seeds in tomatoes and their mass?

What is the relationship between the number of seeds in tomatoes and their mass? Interpreting r: The null statistical hypothesis for linear regression is that �� = 0. What is the probability of obtaining an r value of 0. 904 or bigger if the null hypothesis is true? Critical r values Table.

What is the relationship between the number of seeds in tomatoes and their mass?

What is the relationship between the number of seeds in tomatoes and their mass? • At a probability of 0. 05 an r value of 0. 632 is all we need to determine that a relationship is statistically significant. • The probability (p) of getting an r = 0. 904 by accident if the null is true is < 0. 05. Critical r values Table. Therefore, the mass of a tomato predicts its number of seeds with 82% accuracy, and the relationship is statistically significant.