Thank you Nick Cox, Nick Winter, Richard Williams, and Doug Owens for all of
your kind help.
Sincerely,
Pinaki Mitra
_____________________________
Pinaki Mitra
UPS Capital Insurance Agency, Inc.
35 Glenlake Parkway
Atlanta, GA 30345
Voice: (404) 828-6759
Fax: (404) 828-6660
Web: www.upscapital.com
-----Original Message-----
From: Nick Cox [mailto:[email protected]]
Sent: Thursday, April 29, 2004 9:42 AM
To: [email protected]
Subject: RE: st: identify group of observations
Ha! My fix needs a fix.
Nick
[email protected]
gen grp = sum(flag == "01") if flag != ""
or
gen grp = sum(flag == "01") if !mi(flag)
or perhaps even
gen grp = sum(flag == "01") if trim(flag) != ""
*
* 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/
*
* 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/