Hello,
I am running a number of mlogit models with several variations of the dependent and one of the independent variables. I would like to export the output to Excel with the models being reported next to each other like simple outreg would for OLS.
Currently, I am using the following but the models are stacked and very hard to compare:
foreach i in aa bb cc {
foreach j in dd ee ff {
mlogit residrank_`j' `i' at_log , base(1)
est store model
estout model using mlogit.csv, stats(r2_p chi2 N, labels("Pseudo R-squared" "Model chi-square" "N")) cells(b(star fmt(%9.2f)) t(par)) varwidth(30) modelwidth(10) label unstack append
}
}
Would be grateful for any suggestions.
Thanks in advance!
Related Posts with Mlogit - output to Excel horizontally
Expanding obs depending on several variablesDear Statalist, I have a dataset of several firms patenting. However, there are patents with more th…
Not show "Standard errors in parenthesis *p <0.10, **p<0.05, ***p<0.001" below table, while keeping the significance stars with esttabHey everyone, As in the title, I'd like to save my regression results in a table, however, I can't …
Does gen,sum() and egen,total() work differently when combined with bysort?Hi, Please consider the following data: Code: * Example generated by -dataex-. For more info, type…
How to make a graph that shows reliable and clinically significant change in particular variable?Dear Statalisters, I appreciate if anyone can help with how to make a graph showing reliable and cl…
Xtabond2 for system GMM. Please help me for codingDear all, I am working with the xtabond2 command in Stata to solve the endogeneity problem of my es…
Subscribe to:
Post Comments (Atom)
0 Response to Mlogit - output to Excel horizontally
Post a Comment