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/