Size: 382
Comment:
|
Size: 693
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
[[http://www.gnu.org/software/pspp/faq.html]] |
|
Line 5: | Line 7: |
Requires readline 6.2 and gtksourceview (exists in slackguild.org). | Requires readline 6.2 and gtksourceview (exists in slackbuild.org). |
Line 10: | Line 12: |
== Test == Save the following data in a file named '''myfile.sps''': {{{ DATA LIST LIST /name (a25) quantity (f8). BEGIN DATA. widgets 10345 oojars 2345 dubreys 98 thingumies 518 END DATA. |
|
Line 11: | Line 24: |
LIST. DESCRIPTIVES /quantity /statistics ALL. }}} |
pspp
GNU PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions.
http://www.gnu.org/software/pspp/faq.html
SlackBuild
Requires readline 6.2 and gtksourceview (exists in slackbuild.org).
Slackbuild: pspp.tar.gz
Package 32 bit: pspp-0.8.1-i486-1_SBo.tgz
Test
Save the following data in a file named myfile.sps:
DATA LIST LIST /name (a25) quantity (f8). BEGIN DATA. widgets 10345 oojars 2345 dubreys 98 thingumies 518 END DATA. LIST. DESCRIPTIVES /quantity /statistics ALL.