R squared
Posted: Thu Aug 04, 2011 7:54 am
Hi,
I'm trying to estimate the following regression :
y = c(1)*y(-1)^2 + c(2)*x
but the resulting R-squared (unadjusted) is much lower than when I regress the following equation :
y = c(2)*x.
How could it possibly happen if c(1) could be 0?
Any ideas to get around this problem would be greatly appreciated!
I'm trying to estimate the following regression :
y = c(1)*y(-1)^2 + c(2)*x
but the resulting R-squared (unadjusted) is much lower than when I regress the following equation :
y = c(2)*x.
How could it possibly happen if c(1) could be 0?
Any ideas to get around this problem would be greatly appreciated!