Thank you John. That worked a treat. So simple, yet a complete mystery when
there is no user interface for dummies like me.

Terence

On 29 December 2014 at 18:59, John Darrington <j...@darrington.wattle.id.au>
wrote:

> I think you need something similar to this:
>
>
> DATA LIST LIST /score * gender *.
> BEGIN DATA.
> 11 0
> 12 0
> 13 0
> 14 0
> 15 0
> 16 0
> 14 1
> 14 1
> 14 1
> 15 1
> 16 1
> 16 1
> END DATA.
>
> ADD VALUE LABEL gender 0 "Male" 1 "Female".
>
> EXAMINE
>         /VARIABLES = score BY gender
>         /PLOT = BOXPLOT
>         /COMPARE = GROUPS
>         /MISSING=LISTWISE.
>
>
> On Mon, Dec 29, 2014 at 06:45:05PM +0000, Terence Palmer wrote:
>      Sorry Guys, but I just can't get this to work. The sub commands are
> not
>      being recognised. It may help if one of you could get it to work and
> copy
>      your syntax so I can see how it is supposed to look?
>
>      The dependent variable is a scale and the separating variable is
> gender.
>      That is all. Any scale with a distribution will do.
>
>      Thanks
>
>      Terence
>
>      On 29 December 2014 at 15:42, John Darrington <
> j...@darrington.wattle.id.au>
>      wrote:
>
>      > On Mon, Dec 29, 2014 at 03:35:10PM +0000, Terence Palmer wrote:
>      >      I am sorry to be so ignorant (I am a user and not a
> programmer). I
>      > don't
>      >      know how to find the syntax window. Can some kind soul tell me
> where
>      > to
>      >      look? Please treat me as a complete novice with this programme.
>      >
>      >
>      > File|New|Syntax if you want to start from scratch; OR
>      > Analyze|Descriptives|Explore and then Paste if you want to start
> from what
>      > gets generated.
>      >
>      > J'
>      >
>      >
>      > --
>      > PGP Public key ID: 1024D/2DE827B3
>      > fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
>      > See http://sks-keyservers.net or any PGP keyserver for public key.
>      >
>      >
>
>
>      --
>      Terence Palmer PhD
>      Author of The Science of Spirit Possession
>      <
> https://www.morebooks.de/store/gb/book/the-science-of-spirit-possession/isbn/978-3-659-43484-6
> >
>      and The Tao of Natural Cycles
>      <
> http://www.amazon.co.uk/gp/product/B00KYPB6B8/ref=as_li_qf_sp_asin_il?ie=UTF8&camp=1634&creative=6738&creativeASIN=B00KYPB6B8&linkCode=as2&tag=srinhe-21
> >
>      http://www.tjpalmer.org/
>
> --
> PGP Public key ID: 1024D/2DE827B3
> fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
> See http://sks-keyservers.net or any PGP keyserver for public key.
>
>


-- 
Terence Palmer PhD
Author of The Science of Spirit Possession
<https://www.morebooks.de/store/gb/book/the-science-of-spirit-possession/isbn/978-3-659-43484-6>
and The Tao of Natural Cycles
<http://www.amazon.co.uk/gp/product/B00KYPB6B8/ref=as_li_qf_sp_asin_il?ie=UTF8&camp=1634&creative=6738&creativeASIN=B00KYPB6B8&linkCode=as2&tag=srinhe-21>
http://www.tjpalmer.org/
_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to