Date: Mon, 28 Nov 2005 17:20:10 +0100
Reply-To: Max Bell <m.bell@bellherrmann.nl>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Max Bell <m.bell@bellherrmann.nl>
Subject: Restructure data
Content-Type: text/plain; charset="us-ascii"
Dear list, is there a simple way to restructure the following file:
Code v1 v2 v3
321 4 5 3
321 4 4 2
321 3 3 3
456 1 3 2
456 2 3 2
456 4 3 5
Etc...
Code identifies case groups; variables v1, v2, v3 all have values 1, 2,
3, 4 and 5
The result should be a frequency table of the three variables by 'code'
with 'count' and 'precentage' not in spss-output but as a new file.
Is that possible?
Thanks for the help, Max
|