At 06:08 PM 12/28/2004, you wrote:
I've been working through Hamilton's Statistics with Stata8, and when I
try to "copy" the line from page 230 illustrating the start of a
conditional effect plot I run across the following:
. graph twoway line yhat1 gnpcap, xlabel ( , grid) xline (230 10890)
option xlabel() not allowed
invalid syntax
r(198);
You need to remove spaces. This will work:
graph twoway line yhat1 gnpcap, xlabel( , grid) xline(230 10890)
Fred Wolfe
I have tried various edits to solve this problem and non of them are
working. I've finally given up and asked for the help of members of this
statalist. The data base is called nations.dta.
If there is someone who knows what is wrong here I am in your debt.
thanks and happy new year.
jon ebeling
*
* 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/
Fred Wolfe
National Data Bank for Rheumatic Diseases
Wichita, Kansas
Tel (316) 263-2125 Fax (316) 263-0761
[email protected]
*
* 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/