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 (August 2010)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 28 Aug 2010 08:21:14 -0700
Reply-To:     J McClure <mc006@pacbell.net>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         J McClure <mc006@pacbell.net>
Subject:      addendum to repeated counting of multiple response category of
              'none'
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#ffffff" text="#000000"> Hi,<br> When I extracted the information from the records, if a respondent had no psychiatric diagnoses I recorded a 'none' for variables 1 through 6. So, if I recode the responses from 'none' to 'missing' for variables 2 through 6 it will solve my problem since the only 'none' response that will be counted is for the first variable. Does this sound right?<br> Thanks,<br> Jan<br> <br> -------- Original Message -------- <table class="moz-email-headers-table" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <th valign="BASELINE" align="RIGHT" nowrap="nowrap">Subject: </th> <td>repeated counting of multiple response category of 'none'</td> </tr> <tr> <th valign="BASELINE" align="RIGHT" nowrap="nowrap">Date: </th> <td>Sat, 28 Aug 2010 08:10:37 -0700</td> </tr> <tr> <th valign="BASELINE" align="RIGHT" nowrap="nowrap">From: </th> <td>J McClure <a class="moz-txt-link-rfc2396E" href="mailto:mc006@pacbell.net">&lt;mc006@pacbell.net&gt;</a></td> </tr> <tr> <th valign="BASELINE" align="RIGHT" nowrap="nowrap">To: </th> <td><a class="moz-txt-link-abbreviated" href="mailto:SPSSX-L@LISTSERV.UGA.EDU">SPSSX-L@LISTSERV.UGA.EDU</a></td> </tr> </tbody> </table> <br> <br> <pre>Hi, I have a multiple response situation. I extracted from medical records the respondent's psychiatric diagnoses. Some respondents had no diagnoses, some 1, some 2 etc. I created 6 variables (Psy1 to Psy6) to record the results. Each variable has 8 possible values coded 0 to 7. The first possible value is '0' or none. My problem is that in the resulting crosstabs table, 'none' gets counted 1813 times for 430 respondents since almost everyone has fewer than 6 diagnoses and thus comes up with a none in one or more of the variables. I want to count 'none' only one time for an individual respondent. Thanks, Jan I used the below syntax I found on the listserv: AUTORECODE VARIABLES=Psy1 Psy2 Psy3 Psy4 Psy5 Psy6 /INTO nPsy1 nPsy2 nPsy3 nPsy4 nPsy5 nPsy6 /GROUP /BLANK=MISSING /PRINT. MULT RESPONSE /groups=diagnoses 'diagnoses' ((1,8)) /variables = MR_sex (0,1) /tables= MR_sex by diagnoses /base = cases /cells = all.

</pre> </body> </html>

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


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