You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- $\begingroup$ Thanks Macro. Very helpful answer. I'm glad you included the part about what, exactly, the p-value is testing. It makes a lot of sense that the p-value would be so low considering how close to 1 the slope is. It seems to me, in light of your answer and @jedfrancis', the r^2 value describes that 'cloud' of data points around the line of regression. Excellent! That's much more clear now! $\endgroup$Mog– Mog2011-07-19 19:56:14 +00:00Commented Jul 19, 2011 at 19:56
- 1$\begingroup$ @Macro (+1), fine answer. But how does the "strength of the relationship" depend on the "size of the intercept"? AFAIK the intercept says nothing at all about correlation or "strength" of a linear relationship. $\endgroup$whuber– whuber ♦2011-07-19 21:32:54 +00:00Commented Jul 19, 2011 at 21:32
- $\begingroup$ @whuber, you're right - the intercept is irrelevant and definitely doesn't change the correlation - I was thinking about the regression function $y = 10000 + x$ vs. $y = x$ and thinking somehow of the second one being a stronger relationship (all else held equal), since a greater amount of the magnitude of $y$ was due to $x$ in the latter case. Doesn't make much sense now that I think about it. I've edited the post. $\endgroup$Macro– Macro2011-07-19 21:36:52 +00:00Commented Jul 19, 2011 at 21:36
- 5$\begingroup$ @macro Excellent answer, but I would stress (for those new to this subject) that R^2 can be very low even with a strong relationship, if the relationship is nonlinear, and particularly if it is nonmonotonic. My favorite example of this is the relationship between stress and exam score; very low stress and very high stress tend to be worse than moderate stress. $\endgroup$Peter Flom– Peter Flom2011-07-20 10:19:33 +00:00Commented Jul 20, 2011 at 10:19
- 1$\begingroup$ @macro Yeah, your answer was good, but I have worked with people who don't know a lot of statistics, and I've seen what happens ... sometimes what we say is not what they hear! $\endgroup$Peter Flom– Peter Flom2011-07-21 10:42:25 +00:00Commented Jul 21, 2011 at 10:42
| Show 3 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. machine-learning), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you