Statalist The Stata Listserver


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

st: RE: Changing positive values to negative in Stata


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: Changing positive values to negative in Stata
Date   Thu, 20 Apr 2006 21:22:56 +0100

replace suzy = -suzy if suzy > 0 & <whatever> 

So if suzy is positive, it is negated. The 
crunch is specifying the extra condition <whatever> 
that catches just the observations desired. 

Sorting is a red herring here. So long as you 
can specify which observations you want, sort order
is immaterial. 

Nick 
[email protected] 

Suzy
 
> I have a continuous variable with positive, negative, and zero values 
> and also missing values(.). 
> I would like to know if anyone has an easy Stata code/command 
> to change 
> just the positive values to a negative (change the sign: 4.4567 to 
> -4.4567) for just a particular subgroup of the total (n=661 
> out of over 
> N=4,000). Within this subgroup (which I can sort, but not by 
> id) there 
> already are a few appropriately negative values in place.

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