Conversation

dumb stats question i am embarrassed about the basicness of it so im hiding it in thread below, but i would like help understanding
20
105
i think i know roughly how correlations work - if u plot the values, u can get a trendline (the line that minimizes distance from line to all the points). if u then take this line and calculate square root of distance from line to points... something something correlation
3
29
like, if all the points are real far from the line, its low correlation, if all the points are close to the line, its high correlation but i don't understand the relationship of this to the slope of the line itself?
13
19
Replying to
i KNOW the slope of the line isn't correlation, im asking if there's a relationship at all like is it possible for there to be a steep slope with no correlation
5
3
Replying to
you can make predictions about the data from the slope, the correlation just tells you how "tight" the data are around the trend line if the correlation is r = 1.0, then the "predictions" from the line are perfect (within the original data)
1
1
Replying to and
You can make a confidence interval using the slope and the standard deviations. Low R^2 just means that's a much wider range. So slope matters yes, just how much it matters depends on your R^2
1