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

st: yellow text


From   David Airey <[email protected]>
To   [email protected]
Subject   st: yellow text
Date   Wed, 18 Feb 2004 09:39:35 -0600

Sometimes from a .do file, using,

. display "whatever"

gives white result text, sometimes yellow. Anybody know why?

For example, in the following code:

levels region, local(levels)
foreach l of local levels {
display "-> region = `l'"
quietly anova area animal side side*animal drawing|side*animal ///
if region == "`l'"
test side / side*animal
test animal / drawing|side*animal
test side*animal / drawing|side*animal
}

The first time display runs (before the first ANOVA) the resulting text is white. Thereafter it is yellow. From the command line use of display "whatever" is always yellow.

-Dave

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