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
Truncate Y-axis with twoway function graphHi, folks. I've been using Stata for data management and analysis for quite a few years, but I've re…
Regression and heteroskedasticityGood day everyone! I am just starting my path and learning use of Stata. Can someone help me to sol…
VARNAME dialog elementDear All, While programming a dialog one can use an option numeric for the VARNAME dialog elements,…
replacing data of two row in only one row.i have data like below Code: * Example generated by -dataex-. To install: ssc install dataex clear …
Pooled-Cross Sectional Data - nhis_alcohol.dtaHello, I am writing an Empirical Paper on the effect of alcohol on labor market outcomes. The data i…
Subscribe to:
Post Comments (Atom)
0 Response to Mlogit - output to Excel horizontally
Post a Comment