pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to make a simple table?


From: John Darrington
Subject: Re: how to make a simple table?
Date: Fri, 7 Mar 2014 10:06:47 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Mar 07, 2014 at 08:48:16AM +0000, Elvira wrote:

     But I read in the pspp manual (chapter 12, CROSSTABS), that there is a
     syntaxis with brackets that it should work, something like this:
     
             CROSSTABS
                    /TABLES= age  BY origin [BY sex]
     
     but it doesn't. 

The notation in the manual uses square brackets to indicate optional components.
So in your example, the "BY sex" part is optional.  You can either write:

             CROSSTABS
                    /TABLES= age  BY origin.

or

             CROSSTABS
                    /TABLES= age  BY origin BY sex.


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.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]