Is the correlation coefficient significant in this data set?

In summary: Plot your data and the regression line together. Is there a point that is much farther (vertically), from the line than the others? That would be an outlier.Remove that point from the data and redo the linear regression to see if it is significant without that point.It's not obvious what x is supposed to represent in the regression equation.Is x supposed to be the number of stories in a building and y-hat the height of the building?It's not obvious what x is supposed to represent in the regression equation. Is x supposed to be the number of
  • #1
freshcoast
185
1
16legaq.jpg


I also made a graph which is not pictured.

1.) Calculate the least squares line. Put the equation in the form of: y-hat = a + bx.
I got: y hat = 11.304 + 106.218x

a.) Find correlation coefficient. Is it significant? (use the p-value to decide)
I got: r = 0.913... no it is not significant

b.) Are there any outliers in the data? If so which point(s)? Why is it an outlier? If there are any, recalculate the least squares line after removing the outlier(s).
--Got kinda lost here. Any help appreciated!
 
Physics news on Phys.org
  • #2
Plot your data and the regression line together. Is there a point that is much farther (vertically), from the line than the others? That would be an outlier. Remove that point from the data and redo the linear regression to see if it is significant without that point.
 
  • #3
It's not obvious what x is supposed to represent in the regression equation. Is x supposed to be the number of stories in a building and y-hat the height of the building?
 
  • #4
SteamKing said:
It's not obvious what x is supposed to represent in the regression equation. Is x supposed to be the number of stories in a building and y-hat the height of the building?

Yes, sorry-- "stories" is the independent variable (x) and "height" is the dependent variable (y).
 
  • #5
freshcoast said:
Yes, sorry-- "stories" is the independent variable (x) and "height" is the dependent variable (y).
Then you've got a problem with your regression equation. According to it, a 10-story building would be over 1000 feet high.
 
  • #6
Ohhh, I think I just need to switch them around, making the regression equation:

y hat = 106.218 + 11.304x

Correct?
 
  • #7
freshcoast said:
Ohhh, I think I just need to switch them around, making the regression equation:

y hat = 106.218 + 11.304x

Correct?
So now, a one-story building is over 100 feet high.

Nope, that's not going to do it. I think you did something fundamentally wrong in calculating a and b.

You did use x as the number of stories and y as the heights from your data table? Look carefully, because these data are listed in reverse order in the table.
 
  • #8
I'm confused... I also entered it into a linear regression calculator and it gave me the same equation that I got.

11hf9sw.jpg
 
  • #9
This calculator is giving you the wrong results. It can calculate the mean x and mean y and add up the number of data points, but the rest is incorrect.

You can make your own calculation using a spreadsheet, and some calculators have linear regression fits built in.
 
  • #10
freshcoast said:
Ohhh, I think I just need to switch them around, making the regression equation:

y hat = 106.218 + 11.304x

Correct?
I had some errors in my check calculations for a and b. This equation is correct (as is the calculator).

Sorry for the confusion.
 
  • #11
Ok, great! It was driving me crazy-- what a relief. :biggrin:

Moving on... I had another question for a different problem. By hand, calculate the standard deviation of the residuals.
21l1krm.jpg

For the least square line I got:
y = 284.5/114x - 1.1
I know the residuals equation is e = y - y hat... but I'm not exactly sure where to start?
 
  • #12
Actually, I think I'm supposed to use the formula: SEE = √s/(n-p)
 
  • #13
freshcoast said:
Ok, great! It was driving me crazy-- what a relief. :biggrin:

Moving on... I had another question for a different problem. By hand, calculate the standard deviation of the residuals.

For the least square line I got:
y = 284.5/114x - 1.1

I know the residuals equation is e = y - y hat... but I'm not exactly sure where to start?

For the x value of each data point, calculate y-hat according to the regression formula. The actual y value is taken from the graph. Then calculate the sum of the squares of the residuals. Divide this sum by (n-2). This is the variance. The standard deviation is the square root of the variance of the residuals.
 
  • #14
Ok, so after calculating all of that I got: s = 15.7

Correct?
 
  • #15
freshcoast said:
Ok, so after calculating all of that I got: s = 15.7

Correct?
Nope. This is way too big for s.
 
  • #16
I accidentally squared all the y hat variables instead.. Oops. Now I have s = 3.1
 
  • #17
freshcoast said:
I accidentally squared all the y hat variables instead.. Oops. Now I have s = 3.1

You're supposed to calculate the ∑ e2 and divide that by (n-2) and take the square root. Your s is still too big. Show your calculations, please.
 
  • #18
freshcoast said:
I'm confused... I also entered it into a linear regression calculator and it gave me the same equation that I got.

11hf9sw.jpg
You can see immediately from your plot that one point at about stories = 50, height = 1050 is an outlier. That is the first data point in your table. Did you try removing that and doing the regression again? I think it will help the significance of your regression a lot.
 
  • #19
SteamKing said:
You're supposed to calculate the ∑ e2 and divide that by (n-2) and take the square root. Your s is still too big. Show your calculations, please.
FactChecker said:
You can see immediately from your plot that one point at about stories = 50, height = 1050 is an outlier. That is the first data point in your table. Did you try removing that and doing the regression again? I think it will help the significance of your regression a lot.
Yes, I took out that outlier and got a new regression line of y hat = 43.19 + 11.59x
 
  • Like
Likes FactChecker
  • #20
SteamKing said:
You're supposed to calculate the ∑ e2 and divide that by (n-2) and take the square root. Your s is still too big. Show your calculations, please.
6gwkdk.jpg
 
  • #21
Check your work for x = 3.
 
  • #22
Ahh, my bad. Ok, so after fixing that, I got a new standard deviation of 1.65.
 
  • #23
freshcoast said:
Ahh, my bad. Ok, so after fixing that, I got a new standard deviation of 1.65.

Looks good.

In the future, it helps if you post only one problem or question per thread. That keeps everyone from getting answers to different questions mixed up.
 
  • #24
Noted! Sorry about that, got too excited.. But I do have one last question regarding the 1st problem I asked about... I got
SteamKing said:
Looks good.

In the future, it helps if you post only one problem or question per thread. That keeps everyone from getting answers to different questions mixed up.
Noted! Sorry about that, got too excited. But I do have one last question regarding the first problem I posted. I was to find the correlation coefficient and tell if it was significant. I got r = 0.913, and said it was not significant. Was that part correct also?
 
  • #25
freshcoast said:
Noted! Sorry about that, got too excited.. But I do have one last question regarding the 1st problem I asked about... I got

Noted! Sorry about that, got too excited. But I do have one last question regarding the first problem I posted. I was to find the correlation coefficient and tell if it was significant. I got r = 0.913, and said it was not significant. Was that part correct also?

A correlation coefficient of 1.0 indicates a perfect fit of the data. The closer you are to r = 1.00, the better fit you have.
 

1. What is linear regression?

Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables. It is commonly used to predict the value of the dependent variable based on the values of the independent variables.

2. How is linear regression different from other regression methods?

Linear regression assumes a linear relationship between the dependent and independent variables, while other regression methods may allow for non-linear relationships. Additionally, linear regression attempts to minimize the sum of the squared errors, while other methods may use different measures of error.

3. What are the assumptions of linear regression?

The main assumptions of linear regression are: 1) a linear relationship between the dependent and independent variables, 2) independence of observations, 3) homoscedasticity (constant variance of errors), and 4) normality of errors.

4. How is the quality of a linear regression model evaluated?

The quality of a linear regression model can be evaluated by looking at the coefficient of determination (R-squared), which measures the proportion of variation in the dependent variable that is explained by the independent variables. Other metrics such as the root mean squared error (RMSE) and the mean absolute error (MAE) can also be used to evaluate the accuracy of the model.

5. What are some common uses of linear regression?

Linear regression is used in a variety of fields, including economics, finance, psychology, and marketing. Some common use cases include predicting stock prices, analyzing the impact of marketing campaigns on sales, and understanding the relationship between education level and income.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
30
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
841
  • Set Theory, Logic, Probability, Statistics
Replies
23
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
486
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
26
Views
3K
Back
Top