Statalist


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

st: No (basic) graphs in Stata 10.1


From   "Tobias Hofmann" <[email protected]>
To   [email protected]
Subject   st: No (basic) graphs in Stata 10.1
Date   Wed, 13 Aug 2008 22:34:41 -0400

Hi all,

Since I have updated Stata to version 10.1, it prevents me from
producing even the most basic graphs. See for yourself:

. use "C:\Program Files\Stata10\auto.dta", clear
(1978 Automobile Data)

. graph box turn
variable __000006 not found in using data
r(111);

. graph box price
variable _variables not found
r(111);

. graph box headroom
variable _box_sort not found
r(111);

. graph bar (mean) length, by(make)
__000006 not found
r(111);

. graph bar (mean) mpg, by(foreign)
variable mpg not found
r(111);

Here it becomes extremely strange. This last command does not only
give me the error message, but drops (!!!) the "mpg" variable from the
data set.

Has anyone seen that kind of behavior before? What can I do?

Best,
Tobias
*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index