How do I find the standardized coefficients?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
monsmatglad
Messages
75
Reaction score
0
hi.
I am using Stata to do a regression on longitudinal data. However, it does not produce numbers for standardized coefficients. How do I make stata produce the standardised coefficients as part of the regression operation?

Mons
 
Physics news on Phys.org
monsmatglad said:
hi.
I am using Stata to do a regression on longitudinal data. However, it does not produce numbers for standardized coefficients. How do I make stata produce the standardised coefficients as part of the regression operation?

Adding the option beta to the regress command will give the standardized regression coefficients, in this way: <your full regress command>, beta.

The listcoef command gives more extensive output regarding standardized coefficients. This is not part of Stata but you can download it with:
search listcoef and follow the instructions.

For a tutorial for simple and multiple regression take a look at this UCLA resource.