Eliana
> I have to estimate Y which is a variable comprised between 0 and 1.
>
> I have then transformed into Z=log(Y/(1-Y)) and I have used OLS to
estimate Z.
>
> The point is: How to get predicted values for Y from predicted
values for Z?
You can back transform algebraically using exp(Z) / (1 + exp(Z)), but
another more general possibility is to use -glm, link(logit)-, which
automatically yields predictions on the scale of Y. You need neither
transformation nor back-transformation. There is still the question of
which error family to use.
See also
How does one estimate a model when the dependent variable is a
proportion?
http://www.stata.com/support/faqs/stat/logit.html
Nick
[email protected]
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/