I am using asdoc and asreg to create a nested output table:
The output looks all fine. But now instead of the unstandardized coefficients I would like to report the standardized coefficients / betas / slope coefficients.
Attaullah Shah, is that possible with asdoc?
asreg is saving the beta matrix in e(b). I thought about adding "stat(b)" to the last line in the code sample above then. But this only creates a summary row at the very bottom of the table with the value ".z" in the entire row, so I guess that this option is designed for adding summary statistics only...
Thanks and Best,
Niklas
Code:
asdoc asreg Y x1, fmb nest rep(t) reset asdoc asreg Y x1 x2, fmb nest rep(t) asdoc asreg Y x1 x2 x3, fmb nest rep(t)
Attaullah Shah, is that possible with asdoc?
asreg is saving the beta matrix in e(b). I thought about adding "stat(b)" to the last line in the code sample above then. But this only creates a summary row at the very bottom of the table with the value ".z" in the entire row, so I guess that this option is designed for adding summary statistics only...
Thanks and Best,
Niklas
Comment