Henrik <henrik.parn@bio.ntnu.no> wrote in
news:571f7dbe-f0ab-4c47-8017-
d5cb79798739@s12g2000prg.googlegroups.com:
Dear all,
I am performing a one-way ANOVA where the response variable is log-
transformed. The results of the model (output from summary-function
in R), i.e. the parameter estimates for the intercept and the
difference between the intercept and the other groups are given
with standard errors. I want to back-transform the parameter
estimates and their standard errors to their original scale. For
the parameter estimates I just take the antilog, but is it as
simple to back-transform the standard errors?
If you were doing Poisson regression (glm w/ link = log), then the
95% CI around the parameter estimates would be:
( exp( beta - 1.96*se(beta) ), exp( beta + 1.96*se(beta) )
This results in CI's that are not symmetric around the parameters. I
think you would do something similar here. The deviance change is a
better method for doing inference about "significance".