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

Re: st: forvalues and _N


From   Fred Wolfe <[email protected]>
To   [email protected]
Subject   Re: st: forvalues and _N
Date   Thu, 02 Sep 2004 16:00:13 -0500

This will work:

forval e = 1/`=_N'

Fred Wolfe

At 01:45 PM 9/2/2004 -0700, you wrote:
I have a problem using a forval loop to assign values to a numeric variable
(for brevity, assume that -encode- doesn't work here).  I want to loop
through the entire dataset, addressing each value in turn, so

.forval e = 1/_N

would appear to be the appropriate form.  I get an "invalid syntax" error
when I do so.

.di _N

gives me the expected result for this dataset, 2339.

.forval e = 1/2339

works as expected.
How am I screwing this up?
---------------------------------
Fred Wolfe ([email protected])
National Data Bank for Rheumatic Diseases
Arthritis Research Center Foundation
Wichita, KS USA
*
*   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