X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Fnpar.at;h=1857a04606ea005934c2cd7e9b1c73dc81dc270f;hb=d84c9fab98875caf8fea1d870bf2a6bceeb36bdc;hp=820b28ad0fce47c9ea07bd077127716029687a05;hpb=513a8d92d1679e51701c579d66a912b531e4ec7d;p=pspp diff --git a/tests/language/stats/npar.at b/tests/language/stats/npar.at index 820b28ad0f..1857a04606 100644 --- a/tests/language/stats/npar.at +++ b/tests/language/stats/npar.at @@ -1,5 +1,5 @@ dnl PSPP - a program for statistical analysis. -dnl Copyright (C) 2017 Free Software Foundation, Inc. +dnl Copyright (C) 2017, 2022 Free Software Foundation, Inc. dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -759,6 +759,44 @@ AT_CHECK([pspp -o pspp2.csv kw-missing-group.sps]) dnl The result should be the same as before AT_CHECK([diff pspp.csv pspp2.csv], [0]) +dnl Reverse the order of the group values +AT_DATA([kw-reverse-group.sps], [dnl +set format = F9.3. + +data list notable list /gv * xscore *. +begin data +1 96 +1 128 +1 83 +1 61 +1 101 +2 82 +2 124 +2 132 +2 135 +2 109 +3 115 +3 149 +3 166 +3 147 +end data. + +value label /gv + 1 "timed out" + 2 "hit wicket" + 3 "handled the ball". + +npar tests + /kruskal-wallis xscore by gv (3, 1) + /missing=exclude + . +]) + +AT_CHECK([pspp -o pspp2.csv kw-reverse-group.sps]) + +dnl The result should be the same as before +AT_CHECK([diff pspp.csv pspp2.csv], [0]) + AT_CLEANUP @@ -890,7 +928,7 @@ Cases ≥ Test Value,309.0000 Total Cases,486.0000 Number of Runs,12 Z,-20.9931 -Asymp. Sig. (2-tailed),2.000 +Asymp. Sig. (2-tailed),.000 Table: Runs Test ,score @@ -900,7 +938,7 @@ Cases ≥ Test Value,227.0000 Total Cases,486.0000 Number of Runs,12 Z,-21.0650 -Asymp. Sig. (2-tailed),2.000 +Asymp. Sig. (2-tailed),.000 Table: Runs Test ,score @@ -910,7 +948,7 @@ Cases ≥ Test Value,170.0000 Total Cases,486.0000 Number of Runs,11 Z,-21.0742 -Asymp. Sig. (2-tailed),2.000 +Asymp. Sig. (2-tailed),.000 ]) AT_CLEANUP @@ -1045,7 +1083,7 @@ AT_SETUP([NPAR TESTS Mann-Whitney Multiple]) dnl Check for a bug where the ranks were inappropriately allocated, when dnl multiple variables were tested and MISSING=ANALYSIS chosen. -cp $abs_srcdir/language/mann-whitney.txt . +cp "$abs_srcdir/language/mann-whitney.txt" . AT_DATA([npar-mann-whitney.sps], [dnl SET FORMAT = F11.3 @@ -1241,14 +1279,14 @@ npar tests AT_CHECK([pspp -O format=csv mcnemar.sps], [0], [dnl Table: v1 & v2 -,v2, -v1,.000,1.000 +v1,v2, +,.000,1.000 .000,4,9 1.000,2,5 Table: v1 & junk -,junk, -v1,.000,1.000 +v1,junk, +,.000,1.000 .000,8,5 1.000,2,5 @@ -1283,8 +1321,8 @@ NPAR TEST AT_CHECK([pspp -O format=csv mcnemar.sps], [0], [dnl Table: var1 & var2 -,var2, -var1,0,1 +var1,var2, +,0,1 0,9,8 1,1,5 @@ -1293,8 +1331,8 @@ Table: Test Statistics var1 & var2,23,.039,.020,.02 Table: var2 & var1 -,var1, -var2,0,1 +var2,var1, +,0,1 0,9,1 1,8,5 @@ -1888,9 +1926,269 @@ NPAR TESTS " CHISQUARE=x y(-2,5) /STATISTICS=DESCRIPTIVES . -]) +]) dnl " AT_CHECK([pspp -O format=csv npar.sps], [1], [ignore]) AT_CLEANUP +AT_SETUP([NPAR TESTS - syntax errors]) +AT_DATA([npar.sps], [dnl +DATA LIST LIST NOTABLE /x y z. +NPAR TESTS COCHRAN **. +NPAR TESTS FRIEDMAN **. +NPAR TESTS KENDALL **. +NPAR TESTS RUNS **. +NPAR TESTS RUNS (**). +NPAR TESTS RUNS (MEAN **). +NPAR TESTS RUNS (MEAN)=**. +NPAR TESTS CHISQUARE **. +NPAR TESTS CHISQUARE x **. +NPAR TESTS CHISQUARE x (**). +NPAR TESTS CHISQUARE x (1 **). +NPAR TESTS CHISQUARE x (1, -1). +NPAR TESTS CHISQUARE x (1, 2 **). +NPAR TESTS CHISQUARE x /EXPECTED **. +NPAR TESTS CHISQUARE x /EXPECTED=1* **. +NPAR TESTS CHISQUARE x (1,5)/EXPECTED=2. +NPAR TESTS BINOMIAL (**). +NPAR TESTS BINOMIAL (1 **). +NPAR TESTS BINOMIAL (1)**. +NPAR TESTS BINOMIAL x(**). +NPAR TESTS BINOMIAL x(1,**). +NPAR TESTS BINOMIAL x(1,2**). +NPAR TESTS BINOMIAL x(1**). +NPAR TESTS K-S **. +NPAR TESTS K-S (**). +NPAR TESTS K-S (NORMAL **). +NPAR TESTS K-S (NORMAL)=**. +NPAR TESTS J-T **. +NPAR TESTS J-T x **. +NPAR TESTS J-T x BY **. +NPAR TESTS J-T x BY y **. +NPAR TESTS J-T x BY y (**). +NPAR TESTS J-T x BY y (1, **). +NPAR TESTS J-T x BY y (1, 2 **). +NPAR TESTS MCNEMAR **. +NPAR TESTS MCNEMAR x **. +NPAR TESTS MCNEMAR x WITH **. +NPAR TESTS MCNEMAR x WITH y (**). +NPAR TESTS MCNEMAR x WITH y (PAIRED **). +NPAR TESTS MCNEMAR x WITH y z (PAIRED). +NPAR TESTS MEDIAN (**). +NPAR TESTS MEDIAN (1 **). +NPAR TESTS MISSING/MISSING. +NPAR TESTS MISSING **. +NPAR TESTS METHOD/METHOD. +NPAR TESTS METHOD EXACT TIMER(**). +NPAR TESTS METHOD EXACT TIMER(5 **). +NPAR TESTS STATISTICS **. +NPAR TESTS ALGORITHM **. +NPAR TESTS **. +]) +AT_CHECK([pspp -O format=csv npar.sps], [1], [dnl +"npar.sps:2.20-2.21: error: NPAR TESTS: Syntax error expecting variable name. + 2 | NPAR TESTS COCHRAN **. + | ^~" + +"npar.sps:3.21-3.22: error: NPAR TESTS: Syntax error expecting variable name. + 3 | NPAR TESTS FRIEDMAN **. + | ^~" + +"npar.sps:4.20-4.21: error: NPAR TESTS: Syntax error expecting variable name. + 4 | NPAR TESTS KENDALL **. + | ^~" + +"npar.sps:5.17-5.18: error: NPAR TESTS: Syntax error expecting `@{:@'. + 5 | NPAR TESTS RUNS **. + | ^~" + +"npar.sps:6.18-6.19: error: NPAR TESTS: Syntax error expecting MEAN, MEDIAN, MODE or a number. + 6 | NPAR TESTS RUNS (**). + | ^~" + +"npar.sps:7.23-7.24: error: NPAR TESTS: Syntax error expecting `@:}@='. + 7 | NPAR TESTS RUNS (MEAN **). + | ^~" + +"npar.sps:8.24-8.25: error: NPAR TESTS: Syntax error expecting variable name. + 8 | NPAR TESTS RUNS (MEAN)=**. + | ^~" + +"npar.sps:9.22-9.23: error: NPAR TESTS: Syntax error expecting variable name. + 9 | NPAR TESTS CHISQUARE **. + | ^~" + +"npar.sps:10.24-10.25: error: NPAR TESTS: Syntax error expecting `BEGIN DATA'. + 10 | NPAR TESTS CHISQUARE x **. + | ^~" + +"npar.sps:10.24-10.25: error: NPAR TESTS: Syntax error expecting end of command. + 10 | NPAR TESTS CHISQUARE x **. + | ^~" + +"npar.sps:11.25-11.26: error: NPAR TESTS: Syntax error expecting number. + 11 | NPAR TESTS CHISQUARE x (**). + | ^~" + +"npar.sps:12.27-12.28: error: NPAR TESTS: Syntax error expecting `,'. + 12 | NPAR TESTS CHISQUARE x (1 **). + | ^~" + +"npar.sps:13.28-13.29: error: NPAR TESTS: Syntax error expecting number greater than 1 for HI. + 13 | NPAR TESTS CHISQUARE x (1, -1). + | ^~" + +"npar.sps:14.30-14.31: error: NPAR TESTS: Syntax error expecting `@:}@'. + 14 | NPAR TESTS CHISQUARE x (1, 2 **). + | ^~" + +"npar.sps:15.34-15.35: error: NPAR TESTS: Syntax error expecting `='. + 15 | NPAR TESTS CHISQUARE x /EXPECTED **. + | ^~" + +"npar.sps:16.37-16.38: error: NPAR TESTS: Syntax error expecting number. + 16 | NPAR TESTS CHISQUARE x /EXPECTED=1* **. + | ^~" + +"npar.sps:17.39: error: NPAR TESTS: 1 expected values were given, but the specified range (1-5) requires exactly 5 values. + 17 | NPAR TESTS CHISQUARE x (1,5)/EXPECTED=2. + | ^" + +"npar.sps:18.22-18.23: error: NPAR TESTS: Syntax error expecting number. + 18 | NPAR TESTS BINOMIAL (**). + | ^~" + +"npar.sps:19.24-19.25: error: NPAR TESTS: Syntax error expecting `@:}@'. + 19 | NPAR TESTS BINOMIAL (1 **). + | ^~" + +"npar.sps:20.24-20.25: error: NPAR TESTS: Syntax error expecting `='. + 20 | NPAR TESTS BINOMIAL (1)**. + | ^~" + +"npar.sps:21.23-21.24: error: NPAR TESTS: Syntax error expecting number. + 21 | NPAR TESTS BINOMIAL x(**). + | ^~" + +"npar.sps:22.25-22.26: error: NPAR TESTS: Syntax error expecting number. + 22 | NPAR TESTS BINOMIAL x(1,**). + | ^~" + +"npar.sps:23.26-23.27: error: NPAR TESTS: Syntax error expecting `@:}@'. + 23 | NPAR TESTS BINOMIAL x(1,2**). + | ^~" + +"npar.sps:24.24-24.25: error: NPAR TESTS: Syntax error expecting `@:}@'. + 24 | NPAR TESTS BINOMIAL x(1**). + | ^~" + +"npar.sps:25.16-25.17: error: NPAR TESTS: Syntax error expecting `@{:@'. + 25 | NPAR TESTS K-S **. + | ^~" + +"npar.sps:26.17-26.18: error: NPAR TESTS: Syntax error expecting NORMAL, POISSON, UNIFORM, or EXPONENTIAL. + 26 | NPAR TESTS K-S (**). + | ^~" + +"npar.sps:27.24-27.25: error: NPAR TESTS: Syntax error expecting `@:}@'. + 27 | NPAR TESTS K-S (NORMAL **). + | ^~" + +"npar.sps:28.25-28.26: error: NPAR TESTS: Syntax error expecting variable name. + 28 | NPAR TESTS K-S (NORMAL)=**. + | ^~" + +"npar.sps:29.16-29.17: error: NPAR TESTS: Syntax error expecting variable name. + 29 | NPAR TESTS J-T **. + | ^~" + +"npar.sps:30.18-30.19: error: NPAR TESTS: Syntax error expecting `BY'. + 30 | NPAR TESTS J-T x **. + | ^~" + +"npar.sps:31.21-31.22: error: NPAR TESTS: Syntax error expecting variable name. + 31 | NPAR TESTS J-T x BY **. + | ^~" + +"npar.sps:32.23-32.24: error: NPAR TESTS: Syntax error expecting `@{:@'. + 32 | NPAR TESTS J-T x BY y **. + | ^~" + +"npar.sps:33.24-33.25: error: NPAR TESTS: Syntax error expecting number. + 33 | NPAR TESTS J-T x BY y (**). + | ^~" + +"npar.sps:34.27-34.28: error: NPAR TESTS: Syntax error expecting number. + 34 | NPAR TESTS J-T x BY y (1, **). + | ^~" + +"npar.sps:35.29-35.30: error: NPAR TESTS: Syntax error expecting `@:}@'. + 35 | NPAR TESTS J-T x BY y (1, 2 **). + | ^~" + +"npar.sps:36.20-36.21: error: NPAR TESTS: Syntax error expecting variable name. + 36 | NPAR TESTS MCNEMAR **. + | ^~" + +"npar.sps:37.22-37.23: error: NPAR TESTS: Syntax error expecting end of command. + 37 | NPAR TESTS MCNEMAR x **. + | ^~" + +"npar.sps:38.27-38.28: error: NPAR TESTS: Syntax error expecting variable name. + 38 | NPAR TESTS MCNEMAR x WITH **. + | ^~" + +"npar.sps:39.30-39.31: error: NPAR TESTS: Syntax error expecting `PAIRED@:}@'. + 39 | NPAR TESTS MCNEMAR x WITH y (**). + | ^~" + +"npar.sps:40.30-40.38: error: NPAR TESTS: Syntax error expecting `PAIRED)'. + 40 | NPAR TESTS MCNEMAR x WITH y (PAIRED **). + | ^~~~~~~~~" + +"npar.sps:41.20-41.29: error: NPAR TESTS: PAIRED was specified, but the number of variables preceding WITH (1) does not match the number following (2). + 41 | NPAR TESTS MCNEMAR x WITH y z (PAIRED). + | ^~~~~~~~~~" + +"npar.sps:42.20-42.21: error: NPAR TESTS: Syntax error expecting number. + 42 | NPAR TESTS MEDIAN (**). + | ^~" + +"npar.sps:43.22-43.23: error: NPAR TESTS: Syntax error expecting `@:}@'. + 43 | NPAR TESTS MEDIAN (1 **). + | ^~" + +"npar.sps:44.20-44.26: error: NPAR TESTS: Subcommand MISSING may only be specified once. + 44 | NPAR TESTS MISSING/MISSING. + | ^~~~~~~" + +"npar.sps:45.20-45.21: error: NPAR TESTS: Syntax error expecting ANALYSIS, LISTWISE, INCLUDE, or EXCLUDE. + 45 | NPAR TESTS MISSING **. + | ^~" + +"npar.sps:46.19-46.24: error: NPAR TESTS: Subcommand METHOD may only be specified once. + 46 | NPAR TESTS METHOD/METHOD. + | ^~~~~~" + +"npar.sps:47.31-47.32: error: NPAR TESTS: Syntax error expecting number. + 47 | NPAR TESTS METHOD EXACT TIMER(**). + | ^~" + +"npar.sps:48.33-48.34: error: NPAR TESTS: Syntax error expecting `@:}@'. + 48 | NPAR TESTS METHOD EXACT TIMER(5 **). + | ^~" + +"npar.sps:49.23-49.24: error: NPAR TESTS: Syntax error expecting DESCRIPTIVES, QUARTILES, or ALL. + 49 | NPAR TESTS STATISTICS **. + | ^~" + +"npar.sps:50.22-50.23: error: NPAR TESTS: Syntax error expecting COMPATIBLE or ENHANCED. + 50 | NPAR TESTS ALGORITHM **. + | ^~" + +"npar.sps:51.12-51.13: error: NPAR TESTS: Syntax error expecting one of the following: COCHRAN, FRIEDMAN, KENDALL, RUNS, CHISQUARE, BINOMIAL, K-S, J-T, K-W, MCNEMAR, M-W, MEDIAN, WILCOXON, SIGN, MISSING, METHOD, STATISTICS, ALGORITHM. + 51 | NPAR TESTS **. + | ^~" +]) +AT_CLEANUP \ No newline at end of file