Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: --estimates table, drop()" and FACTOR variables (texdoc)


From   Tanuku AP <[email protected]>
To   Stata <[email protected]>
Subject   st: --estimates table, drop()" and FACTOR variables (texdoc)
Date   Mon, 1 Aug 2011 13:30:36 -0400

Hello all,

I run a few specifications then try to drop a factor variable (~300 dummies) but --estimates table-- throws an error.  Am I doing something wrong?  If there is an issue with factor variables, is there a known workaround?


estimates table a1 a2 a3 a4 a5, drop(i.hsacode)
coefficient i.hsacode does not occur in any of the models
r(198);

. estimates table a1 a2 a3 a4 a5, drop(hsacode)
coefficient hsacode does not occur in any of the models
r(198);

. estimates table a1 a2 a3 a4 a5, drop(_hsacode)
coefficient _hsacode does not occur in any of the models
r(198);





BTW, I am using these --estimates table-- within a --texdoc stlog-- block.


--Tanuku
 		 	   		  
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index