better fitted values
Posted: Tue May 04, 2010 10:01 am
Consider the regression
ls e^2 c x
If you ask for the fitted values of e^2, you may get the message can't raise negative number to a non-negative power. Now it's true that if you try to forecast e you may run into difficulty, but e^2 is always straightforward. It would be nice if the forecast of the actual LHS variable could be special cased so that it always works.
ls e^2 c x
If you ask for the fitted values of e^2, you may get the message can't raise negative number to a non-negative power. Now it's true that if you try to forecast e you may run into difficulty, but e^2 is always straightforward. It would be nice if the forecast of the actual LHS variable could be special cased so that it always works.