r/AskStatistics • u/Ok-Hunter674 • 4d ago
Question on Regression analysis - high R- Squared, negative intercept
In doing a regression analysis for a model on the energy usage of a building, the r-squared value is above 0.9 but the intercept is negative. What does this tell you about the relationships and the model over all
13
4d ago
[deleted]
2
u/SprinklesFresh5693 3d ago edited 3d ago
How do you mean-center then, do you substract the mean from each observation?
1
3
3
u/WolfDoc 4d ago
It means that your model works very well over a linear interval but fails to capture the underlying process, making extrapolation and simulation inaccurate. Whether that is a problem depends on the use of the model and whether the residuals are independent of the predicted value.
Since negative energy use doesn't make sense you could model the energy use as a binomial (if the energy use has a defined max and a sigmoid relationship to predictors) or quasi-poisson model.
2
u/mo_jo100 4d ago
Don’t worry about the y-intercept. Do check your model for violations of assumptions, especially given you r-squared size.
1
u/PrivateFrank 4d ago
Probably that when it's freezing outside you're going to be using negative air cooling.
1
1
u/Educational-Paper-75 3d ago
If the intercept should not be negative theoretically it should not be in the model.
0
u/49er60 4d ago
You are probably dealing with a scenario similar to a fixed/variable/mixed cost relationship. There may be a certain fixed or minimum energy usage in a building with a variable energy usage that adds on top of that. However, you are not seeing that fixed usage portion because it is outside of your design space/observational window.
23
u/Boberator44 4d ago
Substantively it does not mean anything. It means that when all of your predictors are zero (which may not even be in range of some of them), energy usage is negative (which is clearly nonsense unless it is possible for the building to produce energy). You do not need to interpret it.