Hello! I ran the following GLM regression:
glm yvar xvar, f(gauss) link(power -4)
I would like to understand the underlying equation based on the results. I believe that the regression I ran follows the general equation of g(u)=u^-4. How would I create the specific equation for my regression using the stata output? I've included it below.

Many thanks,
Tya
glm yvar xvar, f(gauss) link(power -4)
I would like to understand the underlying equation based on the results. I believe that the regression I ran follows the general equation of g(u)=u^-4. How would I create the specific equation for my regression using the stata output? I've included it below.
Many thanks,
Tya
Comment