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

st: Slight bug? in graph


From   "Fred Wolfe" <[email protected]>
To   <[email protected]>
Subject   st: Slight bug? in graph
Date   Fri, 3 Oct 2003 05:53:04 -0500

I was trying to make an -fpfit- graph, but had a typo (fpit). Stata then gave me an error. When I corrected the typo, the next (correct) command failed (see below). I then added various schemes to the command and fpfit ran without trouble. It would seem that Stata is leaving something behind after the first failure that induces the second.

The error messages are clearly inscrutable ...

Fred

. twoway fpit pure plaggi_scale if luse, estcmd(logistic)
Super invalid member variable identifier
r(198);

. twoway fpfit pure plaggi_scale if luse, estcmd(logistic)
invalid line in style file graphstyle/default:
set declared_xsize scheme x
invalid line in style file graphstyle/default:
set declared_ysize scheme y
invalid syntax
r(198);

. twoway fpfit pure plaggi_scale if luse, estcmd(logistic) scheme(s2mono)

. twoway fpfit pure plaggi_scale if luse, estcmd(logistic) scheme(s1mono)

. twoway fpfit pure plaggi_scale if luse, estcmd(logistic) scheme(s2color)

. twoway fpfit pure plaggi_scale if luse, estcmd(logistic) scheme(s1color)

. twoway fpfit pure plaggi_scale if luse, estcmd(logistic) scheme(sj)



<<winmail.dat>>




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index