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
BLP codingDear Sirs, First of all, sorry for taking your time. i am trying to use blp model for my thesis. I …
Export standard errors of SEM using estoutHi all. I am trying to make a table of the standardized factor loadings and their satorra bentler s…
Dropping a group in all years if some values are negative for certain yearsHello, I'm trying to get rid of companies that have negative revenues or negative total assets. The…
joining the same observations with particular criterionI currently have a dataset that contains multiple of the same values for a variable (industry_code) …
Pick particular observations from a certain interval (without a loop)Hi there, I have a dataset including time-series data with a binary variable (X) which is 0 most of…
Subscribe to:
Post Comments (Atom)
0 Response to Mlogit - output to Excel horizontally
Post a Comment