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

st: bugs with outreg in Stata for Mac OS X


From   "Seth D. Hannah" <[email protected]>
To   [email protected]
Subject   st: bugs with outreg in Stata for Mac OS X
Date   Thu, 29 Aug 2002 16:13:47 -0700

Does anyone know of a bug in the outreg command in Mac OS X that would lead to the following error:

. use ":Macintosh HD:Documents:STATA:mcsui_geo.dta"

. reg dintlblk crespage

Source | SS df MS Number of obs = 8916
-------------+------------------------------ F( 1, 8914) = 173.83
Model | 92629.489 1 92629.489 Prob > F = 0.0000
Residual | 4750094.09 8914 532.880199 R-squared = 0.0191
-------------+------------------------------ Adj R-squared = 0.0190
Total | 4842723.58 8915 543.210721 Root MSE = 23.084

------------------------------------------------------------------------------
dintlblk | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
crespage | .1925943 .0146078 13.18 0.000 .1639597 .2212288
_cons | 1.393034 .6887401 2.02 0.043 .042945 2.743123
------------------------------------------------------------------------------

. outreg using test.doc, nolabel replace

. reg dintlblk crespage crespsex

Source | SS df MS Number of obs = 8916
-------------+------------------------------ F( 2, 8913) = 87.21
Model | 92951.061 2 46475.5305 Prob > F = 0.0000
Residual | 4749772.52 8913 532.903907 R-squared = 0.0192
-------------+------------------------------ Adj R-squared = 0.0190
Total | 4842723.58 8915 543.210721 Root MSE = 23.085

------------------------------------------------------------------------------
dintlblk | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
crespage | .1924218 .0146098 13.17 0.000 .1637833 .2210603
crespsex | .3729483 .4801025 0.78 0.437 -.5681631 1.31406
_cons | .804905 1.023522 0.79 0.432 -1.201433 2.811243
------------------------------------------------------------------------------

. outreg using test.doc, nolabel append
invalid 'HD'
r(198);


The "HD" i think stands for the directory structure on my computer (Hard Drive), which leads me to think
that Stata is having trouble executing the append command because it can not find the proper files.


Does anyone know what could be causing this?

Thanks,

Seth

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