This problem halfway between Stata and Statistics - which is why I am putting it here.

In this modelling problem, I have X = log (wage_educated/wage_uneducated) and Y = log (labor_educated/labor_uneducated)
After I do this:

Code:
reg Y X
The elasticity of substitution is the inverse of the coefficient of X. Now I need to also calculate the Confidence Interval, Std. Error and p-value for this elasticity. How do I use Stata commands to do them?

I do need help with this for a thesis I am writing. And, as I said this, I know this problem is halfway between Stata and Stats, so, do let me know if you want me to take this question down.