LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2003)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 24 Nov 2003 10:49:12 +0100
Reply-To:     la volta statistics <schmidhauser@lavolta.ch>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         la volta statistics <schmidhauser@lavolta.ch>
Subject:      AW: How are missing values indicated in syntax?
Comments: To: craig@askafrika.co.za
In-Reply-To:  <002201c3b269$abd06f60$0f01a8c0@askafrika.co.za>
Content-Type: text/plain; charset="US-ASCII"

Hi Craig Two approaches are possible: Using the Recode command or the Missing Value command. Hope this helps. Christian

* using RECODE comand. DATA LIST LIST /Var1. BEGIN DATA 1 1 1 99 3 4 5 END DATA. Freq Var Var1.

Recode Var1 (99 = Sysmiss).

Freq Var Var1.

* or using MISSING VALUE command:. DATA LIST LIST /Var1. BEGIN DATA 1 1 1 99 3 4 5 END DATA.

Missing Value var1 (99).

-----Ursprungliche Nachricht----- Von: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU]Im Auftrag von Craig Kolb Gesendet: Montag, 24. November 2003 10:02 An: SPSSX-L@LISTSERV.UGA.EDU Betreff: How are missing values indicated in syntax?

Hi all,

Does anyone know how missing values are indicated in syntax. For instance:

recode var_a (missing=1), wouldn't work in practice.

Thanks, Craig Kolb -------------------- Research Specialist Ask Afrika (Pty) Ltd Head Office: +27 12 428 7400 Fax: +27 12 346 5366 Personal Cell: +27 82 404 0073 Email: craig@askafrika.co.za Web Portal: <http://www.askafrika.co.za/> www.askafrika.co.za

Disclaimer: This email is considered a business record and is therefore property of Ask Afrika. This email, and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication represents the originator's personal views and opinions, which do not necessarily reflect those of Ask Afrika. If you are not the original recipient of the person responsible for delivering the email to the intended recipient, be advised that you have this email in error, and that any use, dissemination, forwarding, printing or copying of this email is strictly prohibited. If you received this email in error, please notify 224@askafrika.co.za


Back to: Top of message | Previous page | Main SPSSX-L page