Skip to content

lm without intercept

1 message · Peter Dalgaard

#
On Feb 18, 2011, at 14:20 , Jan wrote:

            
R^2 is overused as a quality measure anyway, the Residual Standard Error is often more to the point. In your case, it is essentially the same in the two models, as would be expected when the test for the intercept is not significant.

(Notwithstanding the no-intercept case, R^2 is popular because it sort of lets you know what the scatterplot looks like without actually drawing it. E.g. if you are predicting weight by age based on a group of 25-75 year olds, you'll get a larger R^2 that if you base it on 30-40 year olds, but it isn't going to predict the value for a 35-year old any better.)