Em Tradução:Manual of PSPP
GNU PSPP 1 Introdução
Pspp é uma ferramenta para análise estatística de dados simplificados. Ele lê os dados, analisa-os de acordo com os comandos providos, e escreve os resultados em um arquivo de listagem, para saída padrão de acordo com os comandos providos, ou para uma janela com uma janela de exibição gráfica. A linguagem aceita pelo pspp é similar àquelas aceitas pelos produtos de estatística SPSS. Os detalhes da linguagem do pspp serão dados depois nesse manual. Pspp produz tabelas e gráficos como saída, que podem ser ser produzidos em vários formatos; atualmente, ASCII, PostScript, PDF, HTML e DocBook são suportados. A versão atual do pspp, 0.10.2, é incomplete em termos termos de suporte ao procedimento estatístico. Pspp é um trabalho em andamento. Os autores esperam apoiar todas as características nos produtos que pspp irá substituir, eventualmente. Os autores saúdam perguntas, comentários, doações, e envois de código. Leia Capitulo 20 [Enviando Relatórios de Bugs], página 178, para instruções sobre contatar os autores.
2 Your rights and obligations 3 Invoking 'pspp'
3.1 Main Options 3.2 PDF, PostScript, and SVG Output Options 3.3 Plain Text Output Options 3.4 HTML Output Options 3.5 OpenDocument Output Options 3.6 Comma-Separated Value Output Options
4 Invoking 'psppire'
4.1 The graphic user interface
5 Using PSPP
5.1 Preparation of Data Files 5.1.1 Defining Variables 5.1.2 Listing the data 5.1.3 Reading data from a text file 5.1.4 Reading data from a pre-prepared PSPP file 5.1.5 Saving data to a PSPP file. 5.1.6 Reading data from other sources 5.1.7 Exiting PSPP 5.2 Data Screening and Transformation 5.2.1 Identifying incorrect data 5.2.2 Dealing with suspicious data 5.2.3 Inverting negatively coded variables 5.2.4 Testing data consistency 5.2.5 Testing for normality 5.3 Hypothesis Testing 5.3.1 Testing for differences of means 5.3.2 Linear Regression
6 The PSPP language
6.1 Tokens 6.2 Forming commands of tokens 6.3 Syntax Variants 6.4 Types of Commands 6.5 Order of Commands 6.6 Handling missing observations 6.7 Datasets 6.7.1 Attributes of Variables 6.7.2 Variables Automatically Defined by PSPP 6.7.3 Lists of variable names 6.7.4 Input and Output Formats 6.7.4.1 Basic Numeric Formats 6.7.4.2 Custom Currency Formats 6.7.4.3 Legacy Numeric Formats 6.7.4.4 Binary and Hexadecimal Numeric Formats 6.7.4.5 Time and Date Formats 6.7.4.6 Date Component Formats 6.7.4.7 String Formats 6.7.5 Scratch Variables 6.8 Files Used by PSPP 6.9 File Handles 6.10 Backus-Naur Form
7 Mathematical Expressions
7.1 Boolean Values 7.2 Missing Values in Expressions 7.3 Grouping Operators 7.4 Arithmetic Operators 7.5 Logical Operators 7.6 Relational Operators 7.7 Functions 7.7.1 Mathematical Functions 7.7.2 Miscellaneous Mathematical Functions 7.7.3 Trigonometric Functions 7.7.4 Missing-Value Functions 7.7.5 Set-Membership Functions 7.7.6 Statistical Functions 7.7.7 String Functions 7.7.8 Time & Date Functions 7.7.8.1 How times & dates are defined and represented 7.7.8.2 Functions that Produce Times 7.7.8.3 Functions that Examine Times 7.7.8.4 Functions that Produce Dates 7.7.8.5 Functions that Examine Dates 7.7.8.6 Time and Date Arithmetic 7.7.9 Miscellaneous Functions 7.7.10 Statistical Distribution Functions 7.7.10.1 Continuous Distributions 7.7.10.2 Discrete Distributions 7.8 Operator Precedence
8 Data Input and Output
8.1 BEGIN DATA 8.2 CLOSE FILE HANDLE 8.3 DATAFILE ATTRIBUTE 8.4 DATASET commands 8.5 DATA LIST 8.5.1 DATA LIST FIXED Examples 8.5.2 DATA LIST FREE 8.5.3 DATA LIST LIST 8.6 END CASE 8.7 END FILE 8.8 FILE HANDLE 8.9 INPUT PROGRAM 8.10 LIST 8.11 NEW FILE 8.12 PRINT 8.13 PRINT EJECT 8.14 PRINT SPACE 8.15 REREAD 8.16 REPEATING DATA 8.17 WRITE
9 System and Portable File I/O
9.1 APPLY DICTIONARY 9.2 EXPORT 9.3 GET 9.4 GET DATA 9.4.1 Spreadsheet Files 9.4.2 Postgres Database Queries 9.4.3 Textual Data Files 9.4.3.1 Reading Delimited Data 9.4.3.2 Reading Fixed Columnar Data 9.5 IMPORT 9.6 SAVE 9.7 SAVE TRANSLATE 9.7.1 Writing Comma- and Tab-Separated Data Files 9.8 SYSFILE INFO 9.9 XEXPORT 9.10 XSAVE
10 Combining Data Files
10.1 Common Syntax 10.2 ADD FILES 10.3 MATCH FILES 10.4 UPDATE
11 Manipulating variables
11.1 ADD VALUE LABELS 11.2 DELETE VARIABLES 11.3 DISPLAY 11.4 FORMATS 11.5 LEAVE 11.6 MISSING VALUES 11.7 MODIFY VARS 11.8 MRSETS 11.9 NUMERIC 11.10 PRINT FORMATS 11.11 RENAME VARIABLES 11.12 SORT VARIABLES 11.13 VALUE LABELS 11.14 STRING 11.15 VARIABLE ATTRIBUTE 11.16 VARIABLE LABELS 11.17 VARIABLE ALIGNMENT 11.18 VARIABLE WIDTH 11.19 VARIABLE LEVEL 11.20 VARIABLE ROLE 11.21 VECTOR 11.22 WRITE FORMATS
12 Data transformations
12.1 AGGREGATE 12.2 AUTORECODE 12.3 COMPUTE 12.4 COUNT 12.5 FLIP 12.6 IF 12.7 RECODE 12.8 SORT CASES
13 Selecting data for analysis
13.1 FILTER 13.2 N OF CASES 13.3 SAMPLE 13.4 SELECT IF 13.5 SPLIT FILE 13.6 TEMPORARY 13.7 WEIGHT
14 Conditional and Looping Constructs
14.1 BREAK 14.2 DO IF 14.3 DO REPEAT 14.4 LOOP
15 Statistics
15.1 DESCRIPTIVES 15.2 FREQUENCIES 15.3 EXAMINE 15.4 GRAPH 15.4.1 Scatterplot 15.4.2 Histogram 15.4.3 Bar Chart 15.5 CORRELATIONS 15.6 CROSSTABS 15.7 FACTOR 15.8 GLM 15.9 LOGISTIC REGRESSION 15.10 MEANS 15.11 NPAR TESTS 15.11.1 Binomial test 15.11.2 Chisquare Test 15.11.3 Cochran Q Test 15.11.4 Friedman Test 15.11.5 Kendall's W Test 15.11.6 Kolmogorov-Smirnov Test 15.11.7 Kruskal-Wallis Test 15.11.8 Mann-Whitney U Test 15.11.9 McNemar Test 15.11.10 Median Test 15.11.11 Runs Test 15.11.12 Sign Test 15.11.13 Wilcoxon Matched Pairs Signed Ranks Test 15.12 T-TEST 15.12.1 One Sample Mode 15.12.2 Independent Samples Mode 15.12.3 Paired Samples Mode 15.13 ONEWAY 15.14 QUICK CLUSTER 15.15 RANK 15.16 REGRESSION 15.16.1 Syntax 15.16.2 Examples 15.17 RELIABILITY 15.18 ROC
16 Utilities
16.1 ADD DOCUMENT 16.2 CACHE 16.3 CD 16.4 COMMENT 16.5 DOCUMENT 16.6 DISPLAY DOCUMENTS 16.7 DISPLAY FILE LABEL 16.8 DROP DOCUMENTS 16.9 ECHO 16.10 ERASE 16.11 EXECUTE 16.12 FILE LABEL 16.13 FINISH 16.14 HOST 16.15 INCLUDE 16.16 INSERT 16.17 OUTPUT 16.18 PERMISSIONS 16.19 PRESERVE and RESTORE 16.20 SET 16.21 SHOW 16.22 SUBTITLE 16.23 TITLE
17 Invoking 'pspp-convert' 18 Invoking 'pspp-dump-sav' 19 Not Implemented 20 Bugs
20.1 When to report bugs 20.2 How to report bugs
21 Function Index 22 Command Index 23 Concept Index Appendix A GNU Free Documentation License GNU PSPP