A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
-bash/zsh: psppire command not found #Debian apt-get install pspp #Ubuntu apt-get install pspp #Kali Linux apt-get install pspp #Fedora dnf install pspp #Raspbian apt-get install pspp
PSPP 是用于对采样数据进行统计分析的程序。它是专有程序 SPSS 的免费替代品。PSPP 支持 T 检验、ANOVA、GLM、因子分析,非参数检验和其他统计功能。
PSPP 以纯文本、PDF、PostScript、CSV、HTML、SVG 和 OpenDocument 格式生成统计报告。PSPP 具有基于文本和图形的用户界面。PSPP 用户界面已被翻译成多种语言。
psppire [options] files...
--help Show summary of options. --version Show version of program.
目标文件
更多 psppire 实例在 /usr/share/pspp/examples
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