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
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
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
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
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
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
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
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
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
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
: 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
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
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
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
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
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
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
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 ?
18 matches
Mail list logo