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
local member with blankFor example, I want to construct a local called name with several names in it: Code: local name D. …
Keeping strings within quotesDear Stata users, I have a string variable as the following: ABC DEF "XYZ" GJK "LMN" PQR ... I wo…
Co-occurence matrix for patent technological classessDear, I have a list of patents defined by an application id, each patent has number of technologica…
Maintaining equality of equations even after winsorizingDear all I have a dataset with equality based on the below formula Income+borrowings=consumption+sav…
Extract the last word from String variableDear all How can I extract the last word from the variable EntrySector. For example "Bangkok - Pa…
Subscribe to:
Post Comments (Atom)
0 Response to Mlogit - output to Excel horizontally
Post a Comment