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

_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to