Re: How do I express the regression function in the original units?



I would need some help on a linear regression
project. I had to apply
a transformation to the X variable.

I first ran a linear regression of Y on X. The fit
was not good.

I then ran a linear regression of Y on SquareRoot(X).
The fit was good
this time and the residuals also looked fine.
So I have the intercept and the slope for this second
regression. But
now, how do I express the regression function in the
original units?

Many thanks in advance




Just use

y = A + B*sqrt(x).

Jack
.



Relevant Pages

  • Re: Logistic Regression
    ... I did manage to fit some ... logistic model to the data because of the large number of dimensions. ... least squares linear regression first, and see how that works out on ...
    (sci.stat.math)
  • Re: Origin of Chinese spoken languages
    ... You said to apply a simple linear regression, and I did (as well as ... simple exponential growth model, and it gave me a better fit (what do ... the number of characters change everytime? ...
    (sci.lang)
  • Re: Origin of Chinese spoken languages
    ... > solution and I suggested a simple linear regression. ... Why don't you look at your data then, and provide a suitable fit for the ... is it more appropriate to compare residuals on an absolute versus ... growth for chinese characters occurred around the Warring states period ...
    (sci.lang)
  • Re: Origin of Chinese spoken languages
    ... > solution and I suggested a simple linear regression. ... So I try to fit to ... Shuowen Jiezi has 9353 characters. ... > errors (residuals). ...
    (sci.lang)
  • Re: Comparing fits
    ... One measure of goodness of fit for linear regression is to take the ... correlation coefficient between y and x1, ... variable that gives the smallest sum of squared errors. ...
    (sci.stat.math)