pspp

pspp 2.1.1

Free replacement for SPSS, a program for statistical analysis of sampled data

<rendered-html><p>PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS.</p> <p>PSPP can perform descriptive statistics, T-tests, anova, linear and logistic regression, cluster analysis, factor analysis, non-parametric tests and more. Its backend is designed to perform its analyses as fast as possible, regardless of the size of the input data. You can use PSPP with its graphical interface or the more traditional syntax commands.</p> </rendered-html>

https://www.gnu.org/software/pspp/
GNU General Public License v3.0 or later
programs: psppire, pspp-output, pspp, pspp-convert
Platforms (45)
aarch64-darwinarmv7a-linuxx86_64-openbsdx86_64-redoxi686-cygwinm68k-linuxx86_64-netbsdaarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  pspp
];
Ad-hoc shell
nix-shell -p pspp
Flake (nix run)
nix run nixpkgs#pspp