Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: RE: RE: Replace missing values for pairs of variables


From   "Hugh Colaco" <[email protected]>
To   [email protected]
Subject   Re: st: RE: RE: Replace missing values for pairs of variables
Date   Wed, 10 May 2006 15:30:27 -0400

Maarten,

The code worked well.

Thanks,

Hugh

On 5/10/06, Maarten Buis <[email protected]> wrote:
--- I wrote:
> forvalues 1 = 1/3 {
>         replace p`i' = 0 if p`i' == . & q`i' != .
>         replace q`i' = 0 if q`i' == . & p`i' != .
> }

Oops, the line -forvalues 1 = 1/3 {- should be replaced by -forvalues i = 1/3 {-

Sorry,
Maarten

-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology
Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands

visiting adress:
Buitenveldertselaan 3 (Metropolitan), room Z214

+31 20 5986715

http://home.fsw.vu.nl/m.buis/
-----------------------------------------



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



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