Hey Statalists,
haven´t found anything about this topic, so I hope you can help me out.
If I use a command such as:
Does Stata check whether at least one value of the column var1 is bigger than zero or does it check the first value or..?
I´m asking because the code I use stopped although some of the values in the column the while command referred to have still been bigger than zero.
haven´t found anything about this topic, so I hope you can help me out.
If I use a command such as:
Code:
while var1 > 0 { .... .... change var1 }
I´m asking because the code I use stopped although some of the values in the column the while command referred to have still been bigger than zero.
Comment