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

st: Re: replacing variables


From   "Radu Ban" <[email protected]>
To   <[email protected]>
Subject   st: Re: replacing variables
Date   Tue, 28 Jan 2003 15:51:38 -0500

use _inrange_

hsgrad = inrange(grade, 9, 12)

 
-----Original Message-----
From: Jean Roth <[email protected]>
To: [email protected] <[email protected]>
Date: Tuesday, January 28, 2003 3:41 PM
Subject: st: replacing variables


Is it possible to shorten the 'if' statement in the replace below
and still retain the upper and lower bounds?

replace hsgrad = 1 if grade>=9 & grade<=12

Thanks,

Jean Roth
National Bureau of Economic Research
www.nber.org/data



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