GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
pspp(1) PSPP manual pspp(1)

pspp - a system for statistical analysis

pspp [options] file...

pspp performs statistical analysis on sampled data. Detailed documentation is available in html, pdf and info format. If the info system is installed, you can view the documentation with
info pspp

On Debian GNU/Linux systems, full documentation is available in /usr/share/doc/pspp in HTML and PDF formats and in /usr/share/info in info format. Documentation is also available at http://www.gnu.org/software/pspp.

--help
Show summary of options.
--version
Show version of program.

Create a file example.sps with the following content:

* Example sps file
data list / v0 to v2 1-9.
begin data.
 12 12 89
 56 12 77
 78 12 73
 90 91
 37 97 85
end data.
descript all
  /stat=all
  /format=serial.

and run pspp with

pspp example.sps

More examples files are in /usr/share/pspp/examples

psppire(1),pspp-dump-sav(1),pspp-convert(1).

pspp was written by Ben Pfaff, John Darrington and others
29 Sep 2014 GNU

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.