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