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 (April 2004)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 20 Apr 2004 10:39:17 -0800
Reply-To:   "Grove, Rhonda K." <GroveRK@ci.anchorage.ak.us>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   "Grove, Rhonda K." <GroveRK@ci.anchorage.ak.us>
Subject:   Multiple Response Sets PAIRED subcommand SPSS 11.5
Content-Type:   text/plain; charset="us-ascii"

Hi all, This is my first time to post, so I hope this makes sense. I'm working with multiple response sets and I want to pair the variables for table output. For example, my first MR set is $charge made of charge1, charge2, and charge3 and my second is $disp made up of disp1 disp2, disp3. Disposition 1 applies to Charge 1, Disposition 2 to Charge 2, etc. I know that I can use the PAIRED subcommand with MULT RESPONSE command to get the output I want (syntax below), but the output is 'older-vintage' SPSS and difficult to work with (spaces instead of tabs and exporting to Excel doesn't seem to help).

MULT RESPONSE GROUPS = disp 'Disposition' (disp1 disp2 disp3 (0,20)) ch 'Charge' (ch1 ch2 ch3 (0,50)) /TABLES = ch BY disp (PAIRED).

Does anybody know if there's a way in SPSS 11.5 Custom Tables to pair the multiple response sets? Thanks for any help / advice, Rhonda Grove


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