* Stata do file* The Delta method can be used to estimate the standard errors after a regression estimation.* Imagine you have some parameter G = (3*b0-b1)*b2^2 = 3*b0*b2^2-b1*b2^2* Where y = bo + b1*x1 + b2*x2 + u* The delta method can be used to esti…
Continue reading The Delta method to estimate standard errors from a non-linear transformation