X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Frank.at;h=40c69d0f97946794572c21dd13f9211fe1b0e3ae;hb=c70c924972443e3ec2713e421815cbf959af2582;hp=f47d23e861cf04ce989750623c016f31908ca1dd;hpb=3d2d152d74ea2ee4b1daa53824ecdac173410719;p=pspp diff --git a/tests/language/stats/rank.at b/tests/language/stats/rank.at index f47d23e861..40c69d0f97 100644 --- a/tests/language/stats/rank.at +++ b/tests/language/stats/rank.at @@ -1,3 +1,19 @@ +dnl PSPP - a program for statistical analysis. +dnl Copyright (C) 2017 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 +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . +dnl AT_BANNER([RANK]) AT_SETUP([RANK simple case with defaults]) @@ -117,45 +133,16 @@ a into count(N of a) b into Nb(N of b) -Variable,Description,,Position -a,Format: F8.2,,1 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -b,Format: F8.2,,2 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -Ra,RANK of a,,3 -,Format: F9.3,, -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -RFR001,RFRACTION of a,,4 -,Format: F6.4,, -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -count,N of a,,5 -,Format: F6.0,, -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -Rb,RANK of b,,6 -,Format: F9.3,, -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -RFR002,RFRACTION of b,,7 -,Format: F6.4,, -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -Nb,N of b,,8 -,Format: F6.0,, -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, +Table: Variables +Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values +a,1,,Scale,Input,8,Right,F8.2,F8.2, +b,2,,Scale,Input,8,Right,F8.2,F8.2, +Ra,3,RANK of a,Scale,Input,8,Right,F9.3,F9.3, +RFR001,4,RFRACTION of a,Scale,Input,8,Right,F6.4,F6.4, +count,5,N of a,Scale,Input,8,Right,F6.0,F6.0, +Rb,6,RANK of b,Scale,Input,8,Right,F9.3,F9.3, +RFR002,7,RFRACTION of b,Scale,Input,8,Right,F6.4,F6.4, +Nb,8,N of b,Scale,Input,8,Right,F6.0,F6.0, Table: Data List a,b,Ra,RFR001,count,Rb,RFR002,Nb @@ -530,24 +517,12 @@ Variables Created By RANK foo into RAN001(RANK of foo) -Variable,Description,,Position -foo,Format: F8.2,,1 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -rfoo,Format: F8.2,,2 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -ran003,Format: F8.2,,3 -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, -RAN001,RANK of foo,,4 -,Format: F9.3,, -,Measure: Scale,, -,Display Alignment: Right,, -,Display Width: 8,, +Table: Variables +Name,Position,Label,Measurement Level,Role,Width,Alignment,Print Format,Write Format,Missing Values +foo,1,,Scale,Input,8,Right,F8.2,F8.2, +rfoo,2,,Scale,Input,8,Right,F8.2,F8.2, +ran003,3,,Scale,Input,8,Right,F8.2,F8.2, +RAN001,4,RANK of foo,Scale,Input,8,Right,F9.3,F9.3, ]) AT_CLEANUP