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 (October 2009)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 14 Oct 2009 09:56:46 -0400
Reply-To:   "Poling, Taylor L" <tpoling@utk.edu>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   "Poling, Taylor L" <tpoling@utk.edu>
Subject:   Re: determining missingness for a open ended response item
Comments:   To: Gene Maguin <emaguin@buffalo.edu>
Content-Type:   multipart/alternative;

Gene,

that worked like a charm! Exactly what I needed. Thanks!

Taylor

-----Original Message----- From: SPSSX(r) Discussion on behalf of Gene Maguin Sent: Wed 10/14/2009 9:45 AM To: SPSSX-L@LISTSERV.UGA.EDU Subject: Re: determining missingness for a open ended response item Taylor,

There's probably several ways of doing this but one way is to compute the length of the text string. A length of 0 indicates a blank string. As in,

Compute length=char.length(TextVariable).

>>I have a large dataset that consists of responses to a survey. One of my variables contains the text of an open-ended response item. I would like to figure out how many people did not respond to this item (i.e., blank as opposed to any text). I haven't had any luck using descriptives or the MVA command since. Basically, I just want to calculate how many completely blank cells there are for a string variable. Any suggestions would be much appreciated!

Thanks, Taylor

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


[text/html]


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