Statistical analysis of sampled data (free replacement for SPSS).
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.
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.
To install pspp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pspp
To see what files were installed by pspp, run:
port contents pspp
To later upgrade pspp, run:
sudo port selfupdate && sudo port upgrade pspp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.