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 (March 2005)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 8 Mar 2005 09:15:40 -0600
Reply-To:   "Peck, Jon" <peck@spss.com>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   "Peck, Jon" <peck@spss.com>
Subject:   Re: declaring specific time as missing
Comments:   To: Martin Sherman <MSherman@loyola.edu>
Content-Type:   text/plain; charset="us-ascii"

You can do it in syntax with the MISSING VALUES command, but an easier way is to use Data/Define Variable Properties, where you can see a list of all the actual values in the data (along with counts), and you can just check the missing box next to the appropriate values.

Define Variable Properties does not support the range option for missing values.

In syntax it would be something like

missing values bdate('01/11/1966').

where the date/time literal is quoted and in the format of the date/time variable in question.

Define Variable Properties was introduced in SPSS 11.5. I think we made the Missing Values command accept date/time literals in that same release.

Regards, Jon Peck -----Original Message----- From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU] On Behalf Of Martin Sherman Sent: Tuesday, March 08, 2005 8:22 AM To: SPSSX-L@LISTSERV.UGA.EDU Subject: [SPSSX-L] declaring specific time as missing

Dear list: I have some invalid times (HH:MM) that I want to declare as missing but the variable view doesnot allow me to declare anything as missing. Does anyone know how to declare a time as missing. TIA.


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