今天见到scott long 问了 说stata中默认都是unstandized的结果 要得到标准化的beta要run完regression后加2行特别要求出beta值
Basically, you need to first store the regression model
using the command "eststo" or "estimates store nickname", then use "esttab" or "estimates table nickname" or "listcoef" , beta
to ask for the beta value. (eststo and esttab , coef need to be downloaded from online)
findit eststo
findit esttab
findit spost9
for prais winsten, need to use "esttab" to request Beta
prais Y x1 x2 , rhotype( ) vce( )
eststo nicknameofmodel
esttab nickname, beta p