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
PSPPIRE(1) PSPP manual PSPPIRE(1)

psppire - graphical interface to pspp

psppire [options] files...

psppire is a graphical interface to pspp. This interface allows you to enter data and variable definitions interactively. Commands may be executed in syntax form, or by using the interactive dialog boxes available from the dropdown menus. Up to date documentation is available via
info pspp

Documentation is also available as pdf or html. On GNU/Linux based systems you find this documentation in /usr/share/doc/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
 52    82
 12    79
 26 78 76
 29 13 71
end data.
examine v0
  /plot=all.

and run psppire with

psppire example.sps

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

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

psppire was written by John Darrington.
August 30, 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.