I'd like to obtain standardized coefficients, including bStdX (the unit change in Y expected with a one standard deviation change in X), after running xtabond2. In other words, I'm wondering if there is a package similar to listcoef for xtabond2. I know you can calculate the betas (see below), but I'm wondering how I can obtain the rest (bStdX and bStdY). Thanks.
outreg2 using myfile, replace outreg2 using myfile, stats(beta) noparen see
outreg2 using myfile, replace outreg2 using myfile, stats(beta) noparen see