Hi guys! I need your help.
Until now i was able to do a ordered probit regression and get the avegare marginal effects after that.
At the moment, i was able to create a table like this in word:
I was wondering if there is any way to swap the columns (variables) and the rows?
This is my code at the moment:
-oprobit literacia_financeira idade idade_quadrado sexo estado_civil escolaridade area_estudos estatuto_profissional rendimento resultado_numeracia excesso_confiança1 excesso_confiança2 aversao_risco paciencia auto_controlo, vce(robust)
-estpost margins, dydx(idade idade_quadrado sexo estado_civil escolaridade area_estudos estatuto_profissional rendimento resultado_numeracia excesso_confiança1 excesso_confiança2 aversao_risco paciencia auto_controlo)
-esttab . using "literacia financeira.rtf", unstack compress pr2 se
P.S.: (Sorry about my english, is not the best as you can see )
Until now i was able to do a ordered probit regression and get the avegare marginal effects after that.
At the moment, i was able to create a table like this in word:
I was wondering if there is any way to swap the columns (variables) and the rows?
This is my code at the moment:
-oprobit literacia_financeira idade idade_quadrado sexo estado_civil escolaridade area_estudos estatuto_profissional rendimento resultado_numeracia excesso_confiança1 excesso_confiança2 aversao_risco paciencia auto_controlo, vce(robust)
-estpost margins, dydx(idade idade_quadrado sexo estado_civil escolaridade area_estudos estatuto_profissional rendimento resultado_numeracia excesso_confiança1 excesso_confiança2 aversao_risco paciencia auto_controlo)
-esttab . using "literacia financeira.rtf", unstack compress pr2 se
P.S.: (Sorry about my english, is not the best as you can see )