My thesis supervisor advised me to show standardized coefficients in my regression output (which show the change in the dependent variable if the independent variable increases by one standard deviation). Using the "traditional" coefficients, I usually report the coefficients and the standard error in the regression output. Now I am not sure
i) whether it is common to show standard errors with the standardized coefficients (maybe it makes more sense to show the standard deviation?)
ii) how to calculate these standard errors in R. Do they even differ from the ones of the "traditional" coefficients?
For the standardized coefficients, I use the lm.beta function in R... However, with this function I only get the coefficients, but no standard errors.
Do you have any idea about this?