pspp-users
[Top][All Lists]
Advanced

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

Re: PSPP output


From: Ben Pfaff
Subject: Re: PSPP output
Date: Mon, 10 Jul 2017 10:32:08 -0700
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Jul 10, 2017 at 04:09:14PM +0200, Andrea Occhi wrote:
> There is any other way to export a frequency or a crosstab other than
> writing this down into a syntax file (called syntax.sps) a thing like
> this
> 
> get file dati.sav
> 
> SORT CASES  BY q0001.
> SPLIT FILE LAYERED BY q0001.
> 
> FREQUENCIES VARIABLES=q0002
>  /MISSING=EXCLUDE
>  /STATISTICS=NONE
>  /FORMAT=TABLE
> 
> 
> and then call pspp in this way:
> 
> pspp  -o saveEa.csv  sintassiEa.sps

You could write a shell script with a "for" loop that generates and runs
the .sps command files.



reply via email to

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