Understanding Regression: Calculating Proportion of Change with r Values

  • Thread starter Thread starter reallytrying
  • Start date Start date
  • Tags Tags
    Statistics
AI Thread Summary
In regression analysis, the correlation coefficient (r) indicates the strength and direction of the relationship between two variables. An r value of .77 suggests that 77% of the variation in Y can be explained by changes in X, indicating a strong positive relationship. Conversely, an r value of -.68 implies a strong negative relationship, where 68% of the variation in Y is not related to changes in X. This means that 32% of the variation in Y could be attributed to other factors or random chance. Understanding these concepts is crucial for interpreting regression results effectively.
reallytrying
Messages
1
Reaction score
0
:bugeye:
I'm working on regression. Here's the question.

If r = .77, what proportion of the change in Y is due to the change in X?

And:

If r = -.68, how much of the change in y is not related to the change in X?

I guess I was in orbit or something the day we covered this. Thanks for any help anybody can give me. Many, many thanks.
 
Physics news on Phys.org
If you have a Java enabled browser, you can learn a lot about this topic from the simulation you will find here.

http://www.ruf.rice.edu/~lane/stat_sim/comp_r/index.html

It's worth your time. There are several other statistics demos at this site worth exploring.

For one thing, you will find

r^2 = explained/(explained + unexplained).
 
Last edited:


Hi there! Don't worry, understanding regression can be tricky at first but with some practice, it will become easier. To answer your question, the r value, also known as the correlation coefficient, represents the strength and direction of the relationship between two variables. In this case, r = .77 means there is a strong positive relationship between X and Y. This means that 77% of the change in Y can be explained by the change in X. In other words, 77% of the variation in Y can be attributed to the variation in X.

On the other hand, if r = -.68, there is a strong negative relationship between X and Y. This means that 68% of the change in Y is not related to the change in X. In other words, 68% of the variation in Y cannot be explained by the variation in X. The remaining 32% could be due to other factors or random chance.

I hope this helps clarify the concept of proportion of change with r values. Keep practicing and you'll have a better understanding in no time. Best of luck!
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top