Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: xml_tab and problem with mfx


From   [email protected]
To   [email protected]
Subject   st: xml_tab and problem with mfx
Date   Tue, 27 Mar 2007 10:36:29 +0200

Hi, I have a question about xml_tab. When I constructed the tab for regression and mfx( marginal effects) in the tab I had rights results for regression but other results different for mfx. Why?

Thanks.
this is the command :

local i=1
while `i'<=4{
reg `y1' `x1' if country== `i',
estimates store reg`i'
mfx
estimates store c`i'
local i=`i'+1
}
xml_tab reg1 reg2 reg3 reg4 c1 c2 c3 c4


*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index