MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 6 as of 2013-10-26 22:02:36
  • pspp

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.

Run psppire:

  • File
  • Open myfile.sps
  • Menu Run, all
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01