Hello Everyone,
I am running the command mhtexp, from the mhtexp package, which I installed through ssc. When I run the command I get a result such as the one below:
. mhtexp score_ha, treatment(groupe_etab_13)
| outcome subgroup treatme~1 treatme~2 diff_in~s Remark3_1 Thm3_1 Remark3_7 Bonf Holm
-------------+------------------------------------------------------------------------------------------------------------------------------------------------
r1 | 1 1 0 1 .0001479 .961 .961 .961 .961 .961
However, I don't know how to access the result. I have tried result list, eresult list, sresult list, and they return nothing.
I have tried saving the log, but I can't find a way to save it in the form of a table, or a form that I can easily manipulate later to create a table.
I have also tried something like:
tempname res_matrix
matrix `res_matrix' = mhtexp score_ha, treatment(groupe_etab_13)
but it says that the command mhtexp is not recognized.
Any suggestions?
Thank you in advance,
Guadalupe
I am running the command mhtexp, from the mhtexp package, which I installed through ssc. When I run the command I get a result such as the one below:
. mhtexp score_ha, treatment(groupe_etab_13)
| outcome subgroup treatme~1 treatme~2 diff_in~s Remark3_1 Thm3_1 Remark3_7 Bonf Holm
-------------+------------------------------------------------------------------------------------------------------------------------------------------------
r1 | 1 1 0 1 .0001479 .961 .961 .961 .961 .961
However, I don't know how to access the result. I have tried result list, eresult list, sresult list, and they return nothing.
I have tried saving the log, but I can't find a way to save it in the form of a table, or a form that I can easily manipulate later to create a table.
I have also tried something like:
tempname res_matrix
matrix `res_matrix' = mhtexp score_ha, treatment(groupe_etab_13)
but it says that the command mhtexp is not recognized.
Any suggestions?
Thank you in advance,
Guadalupe
Comment