Re: multiple response set

2015-01-10 Thread Matthias Faeth
seems likes magic to me :-> Matthias Fäth Im Mediapark 12 50670 Köln t: 0221-2907973 m: 0171-9832175 e: m.fa...@gmx.de 2015-01-10 18:48 GMT+01:00 Frans Houweling : > Hi ftr, > sorry if this syntax is long but I did not have any suitable sav file at > hand. > > > *** Create fake data N=2

Re: multiple response set

2015-01-10 Thread Frans Houweling
Hi ftr, sorry if this syntax is long but I did not have any suitable sav file at hand. *** Create fake data N=200 . DATA LIST FREE /dummy (F3.0). BEGIN DATA 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0

Re: multiple response set

2015-01-10 Thread F. Thomas
The vector variable is described in the manual on p.109. On 10/01/2015 14:10, Matthias Faeth wrote: Hi Frans great piece of code, that makes life easier. I was not aware that PSPP supports advanced features like vector, which I have heard of bit never used before. Thanks Matthias Matthias

Re: multiple response set

2015-01-10 Thread Matthias Faeth
Hi Frans great piece of code, that makes life easier. I was not aware that PSPP supports advanced features like vector, which I have heard of bit never used before. Thanks Matthias Matthias Fäth Im Mediapark 12 50670 Köln t: 0221-2907973 m: 0171-9832175 e: m.fa...@gmx.de 2015-01-09 21:21 GMT+0

Re: multiple response set

2015-01-10 Thread F. Thomas
This sounds interesting. Can you please translate this into a practical example because I don't understand all of your moves ? Cheers, ftr On 09/01/2015 21:21, Frans Houweling wrote: Hi Matthias, I use good ol' (SPSS 14) TABLES, so I don't usually save MRSETS but define them on the fly with

Re: multiple response set

2015-01-09 Thread Frans Houweling
Hi Matthias, I use good ol' (SPSS 14) TABLES, so I don't usually save MRSETS but define them on the fly with /MRGROUP; I guess CTABLES give similar results. Often I prefer to translate my MR variables to MD format like this (suppose codes with max code 100, and suppose max 10 answers): VECT

Re: multiple response set

2015-01-08 Thread Matthias Faeth
Yes I could use count, but the problem with open questions is that I usually have a codeplan with up to 100 codes. That makes it tedious to use your solution. And it would not produce 1 comprehensive table. Matthias Fäth Im Mediapark 12 50670 Köln t: 0221-2907973 m: 0171-9832175 e: m.fa...@gmx.d

Re: multiple response set

2015-01-08 Thread Matthias Faeth
Well I use MRSETS usually for open questions. Here the issue is, that each code can be on any variable in the set in arbitrary order. e.g. "Likes" get 3 possible variables var82 var83 var84. Case A: 1 2 3 Case B: 4 1 5 Case C: 5 6 1 I define the Mult Response Group: MRSETS /mcgroup name=$Likes VA

Re: multiple response set

2015-01-08 Thread Alan Mead
FWIW, I don't understand your example and I tried to run your example, but my license of SPSS does not include CTABLES. If you wanted to know how many 1's in variables 83 to 84, you could use these two lines: count NUMLIKES = var82 to var84 (1). FREQ/ NUMLIKES. And I suspect that you could do a

Re: multiple response set

2015-01-08 Thread Alan Mead
So, you're saying that the crosstabs capability is critical. I'm sure you have a point, I don't use crosstabs much. I'll have to give that some thought as to whether there is an easy workaround for that. -Alan On 1/8/2015 10:54 AM, ftr wrote: > In fact the Multiple response procedure is partic

RE: multiple response set

2015-01-08 Thread Marshall DeBerry
: multiple response set On Thu, Jan 08, 2015 at 02:36:57PM +0100, news wrote: > On 08/01/2015 06:54, Ben Pfaff wrote: > >On Wed, Jan 07, 2015 at 12:32:26AM +0100, F. Thomas wrote: > >>I found the MRSETS command which allows to analyse multiple reponse > >>questions; But

Re: multiple response set

2015-01-08 Thread ftr
In fact the Multiple response procedure is particular useful because stats programs are based on the statistical independence of observations whereas in survey research you often have multiple response sets when the same respondent has more than one answer to a question, i.e. the cases are stat

Re: multiple response set

2015-01-08 Thread Alan Mead
I've used SPSS to analyze multiple response data for years (decades, actually) but never used MULT RESPONSE. I was curious what I was missing, so I watched this video: https://www.youtube.com/watch?v=-toBCDscCwQ and I'm still a bit confused. You get the same data by running frequencies on the fou

Re: multiple response set

2015-01-08 Thread Ben Pfaff
On Thu, Jan 08, 2015 at 02:36:57PM +0100, news wrote: > On 08/01/2015 06:54, Ben Pfaff wrote: > >On Wed, Jan 07, 2015 at 12:32:26AM +0100, F. Thomas wrote: > >>I found the MRSETS command which allows to analyse multiple reponse > >>questions; > >>But the MULT RESPONSE command has not yet been imple

Re: multiple response set

2015-01-08 Thread Matthias Faeth
I would support that. Multi Response is the one procedure that lets me stick to SPSS. I'm not a progammer but would help with testing and comparing. Matthias Fäth Im Mediapark 12 50670 Köln t: 0221-2907973 m: 0171-9832175 e: m.fa...@gmx.de 2015-01-08 14:36 GMT+01:00 news : > > > On 08/01/2015 06

Re: multiple response set

2015-01-08 Thread news
On 08/01/2015 06:54, Ben Pfaff wrote: On Wed, Jan 07, 2015 at 12:32:26AM +0100, F. Thomas wrote: I found the MRSETS command which allows to analyse multiple reponse questions; But the MULT RESPONSE command has not yet been implemented, according to the manual. So how to analyse mult response q

Re: multiple response set

2015-01-07 Thread Ben Pfaff
On Wed, Jan 07, 2015 at 12:32:26AM +0100, F. Thomas wrote: > I found the MRSETS command which allows to analyse multiple reponse > questions; > But the MULT RESPONSE command has not yet been implemented, according to the > manual. > So how to analyse mult response questions ? What can you do with M

multiple response set

2015-01-06 Thread F. Thomas
Hi, I found the MRSETS command which allows to analyse multiple reponse questions; But the MULT RESPONSE command has not yet been implemented, according to the manual. So how to analyse mult response questions ? What can you do with MRSETS when you have no Mult response frequencies or tables ?