pspp-users
[Top][All Lists]
Advanced

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

multiple commands in one pass of data


From: lavila
Subject: multiple commands in one pass of data
Date: Thu, 5 Aug 2010 11:25:34 -0700 (PDT)

Is there any way to run more than one set of statistics on a file in one
pass?

For example, I need to get a MIN/MAX/MEAN on some variables and a FREQUENCY
and/or CROSSTAB on different variables as shown below.

In my tests, only the first command is executed.  

GET DATA /TYPE=TXT /FILE='SAMPLE.txt' /ARRANGEMENT=FIXED /FIRSTCASE=1
         /VARIABLES =   STATE 110-111 A
                              INCOME_CODE 124-124 A
                              ORDERS 1003-1008 N.
                         
        DESCRIPTIVES ORDERS.

        CROSSTABS
        /TABLES = STATE BY INCOME_CODE.


-- 
View this message in context: 
http://old.nabble.com/multiple-commands-in-one-pass-of-data-tp29356382p29356382.html
Sent from the Gnu - PSPP - Users mailing list archive at Nabble.com.




reply via email to

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