Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: problem with -estimates table- command


From   "Alexander Tsai" <[email protected]>
To   <[email protected]>
Subject   st: problem with -estimates table- command
Date   Wed, 4 Feb 2004 12:06:27 -0500

Dear Statalisters,

I ran into a problem with -estimates table- that I have been puzzling
over. After searching the Statalist archives and doing an -update all-
to ensure that I have the latest version (of Stata 8), I thought I'd see
if anyone else encountered the same error:

Here is my set of commands:

	--------- begin code ---------

quietly xi: nbreg depvar `rhsvars' yr93 yr94 yr95 yr96 yr97 reg1,
cluster(id) robust

estimates store est1, title(estimates1)

quietly xi: nbreg depvar `rhsvars' yr93 yr94 yr95 yr96 yr97 reg1 reg2,
cluster(id) robust

estimates store est2, title(estimates2)

quietly xi: nbreg depvar `rhsvars' yr93 yr94 yr95 yr96 yr97 reg1 reg3,
cluster(id) robust

estimates store est3, title(estimates3)

quietly xi: nbreg depvar `rhsvars' i.id yr93 yr94 yr95 yr96 yr97 reg1,
cluster(id) robust

estimates store est4, title(estimates4)

estimates table est1 est2 est3 est4, stats(N) b(%8.3f) p(%8.2f)
stfmt(%8.2f) keep(yr93 yr94 yr95 yr96 yr97 reg1 reg2 reg3)

	--------- end code ---------

But after the -estimates table- command, I get the following error
message:

	yr93 not found
	r(111);

Does anyone have any insight as to what is happening here?

Earlier I ran basically the same set of commands with -regress- and
-probit- but did not receive this error message. I also tried fitting
the models to the data without -xi-.

Thanks,
Alex



*
*   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