|
Dear SPSS listers. I'm running a syntax to get a new variable with mixed
conditional requisites:
compute new=0.
if Age<=14 & icd3<="A09" new=1.
execute.
Age is a numeric variable and icd3 is a string variable. When I manually
tried to compare results (filtering) I noticed that my syntax included
the missing values (defined as blanks). How can I avoid this, since I
need to build a longer set of conditionals?
Thanks.
--
__________________________________________________________________
*Rodrigo Briceño*
Project Manager
Sanigest Internacional
+506 22-91-12-00 ext. 113 * Oficina* *Costa Rica*
+506 22-32-08-30 *Fax
*+506 88-86-11-77* Celular**
*rbriceno@sanigest.com <mailto:mail@sanigest.com>
www.sanigest.com <http://www.sanigest.com/>
MSN: jbric98@hotmail.com <mailto:jbric98@hotmail.com>
SKYPE: rbriceno1087
_____________________
This communication contains legal information which is privileged and
confidential. It is for the exclusive use of the address and
distribution, dissemination, copying or use by others is strictly
prohibited. If you have received this communication by error, please
delete the original message and e-mail us.
Esta comunicación contiene información legal privilegiada y confidencial
para el uso exclusivo del destinatario. La distribución, diseminación,
copia u otro uso por terceras personas es estrictamente prohibida. Si
usted ha recibido esta comunicación por error, le rogamos borrar el
mensaje original y comunicárnoslo a esta misma dirección.
=====================
To manage your subscription to SPSSX-L, send a message to
LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
|