This is a very simple question. When I back transform log transformed coefficients it usually looks like this:
exp(interceptvalue) + exp(paramter1 coefficicent)
When I want to back transform the standard errors. Do I do the same thing? Or do I just have to backtransform it like this:
exp(paramter1 std.e)
I guess my question comes down to: Are standard errors in a generalized linear model output (in R) additive like the coefficient estimates?