Dear forum,
I'm just finishing a project and would appreciate your advice. I want to standardize my regression coefficients. Following advice, I'm not doing anything to binary variables, but am turning continuous variables into Z-scores with the code
egen z_variable = std(variable)
Is this a reasonable approach? I think I read somewhere that, when standardizing, one should divide continuous explanatory variables by two times their standard deviation? However, I gather this is different from creating Z-scores?
I'd be immensely grateful for any advice,
Tom
I'm just finishing a project and would appreciate your advice. I want to standardize my regression coefficients. Following advice, I'm not doing anything to binary variables, but am turning continuous variables into Z-scores with the code
egen z_variable = std(variable)
Is this a reasonable approach? I think I read somewhere that, when standardizing, one should divide continuous explanatory variables by two times their standard deviation? However, I gather this is different from creating Z-scores?
I'd be immensely grateful for any advice,
Tom
Comment