X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fweight.at;h=92de2177b2c154d47b7c7f53799aaf72b94093da;hb=5cab4cf3322f29c0ed7134d23740e07382914f20;hp=a0f3c53cd629312edcf7bf0e43e67e3f2c77820d;hpb=37f0de7f0ee1870cf5fd4b802be092be844a5b95;p=pspp diff --git a/tests/language/dictionary/weight.at b/tests/language/dictionary/weight.at index a0f3c53cd6..92de2177b2 100644 --- a/tests/language/dictionary/weight.at +++ b/tests/language/dictionary/weight.at @@ -79,79 +79,27 @@ weight by BVAR. descriptives AVAR /statistics all /format serial. frequencies AVAR /statistics all. ]) -AT_CHECK([pspp -o pspp.csv weight.sps]) +AT_CHECK([pspp -o pspp.csv -o pspp.txt weight.sps]) AT_CHECK([cat pspp.csv], [0], [dnl Table: Reading 1 record from `weight.txt'. Variable,Record,Columns,Format AVAR,1,1- 5,F5.0 BVAR,1,6- 10,F5.0 -Table: Valid cases = 730; cases with missing value(s) = 0. -Variable,Valid N,Missing N,Mean,S.E. Mean,Std Dev,Variance,Kurtosis,S.E. Kurt,Skewness,S.E. Skew,Range,Minimum,Maximum,Sum -AVAR,730,0,31.515,.405,10.937,119.608,2.411,.181,1.345,.090,76.000,18.000,94.000,23006.000 +Table: Descriptive Statistics +,N,Mean,S.E. Mean,Std Dev,Variance,Kurtosis,S.E. Kurt,Skewness,S.E. Skew,Range,Minimum,Maximum,Sum +AVAR,730,31.515,.405,10.937,119.608,2.411,.181,1.345,.090,76.000,18,94,23006.00 +Valid N (listwise),730,,,,,,,,,,,, +Missing N (listwise),0,,,,,,,,,,,, -Table: AVAR -Value Label,Value,Frequency,Percent,Valid Percent,Cum Percent -,18,1,.137,.137,.137 -,19,7,.959,.959,1.096 -,20,26,3.562,3.562,4.658 -,21,76,10.411,10.411,15.068 -,22,57,7.808,7.808,22.877 -,23,58,7.945,7.945,30.822 -,24,38,5.205,5.205,36.027 -,25,38,5.205,5.205,41.233 -,26,30,4.110,4.110,45.342 -,27,21,2.877,2.877,48.219 -,28,23,3.151,3.151,51.370 -,29,24,3.288,3.288,54.658 -,30,23,3.151,3.151,57.808 -,31,14,1.918,1.918,59.726 -,32,21,2.877,2.877,62.603 -,33,21,2.877,2.877,65.479 -,34,14,1.918,1.918,67.397 -,35,14,1.918,1.918,69.315 -,36,17,2.329,2.329,71.644 -,37,11,1.507,1.507,73.151 -,38,16,2.192,2.192,75.342 -,39,14,1.918,1.918,77.260 -,40,15,2.055,2.055,79.315 -,41,14,1.918,1.918,81.233 -,42,14,1.918,1.918,83.151 -,43,8,1.096,1.096,84.247 -,44,15,2.055,2.055,86.301 -,45,10,1.370,1.370,87.671 -,46,12,1.644,1.644,89.315 -,47,13,1.781,1.781,91.096 -,48,13,1.781,1.781,92.877 -,49,5,.685,.685,93.562 -,50,5,.685,.685,94.247 -,51,3,.411,.411,94.658 -,52,7,.959,.959,95.616 -,53,6,.822,.822,96.438 -,54,2,.274,.274,96.712 -,55,2,.274,.274,96.986 -,56,2,.274,.274,97.260 -,57,3,.411,.411,97.671 -,58,1,.137,.137,97.808 -,59,3,.411,.411,98.219 -,61,1,.137,.137,98.356 -,62,3,.411,.411,98.767 -,63,1,.137,.137,98.904 -,64,1,.137,.137,99.041 -,65,2,.274,.274,99.315 -,70,1,.137,.137,99.452 -,78,1,.137,.137,99.589 -,79,1,.137,.137,99.726 -,80,1,.137,.137,99.863 -,94,1,.137,.137,100.000 -Total,,730,100.0,100.0, - -Table: AVAR +Table: Statistics +,,AVAR N,Valid,730 ,Missing,0 Mean,,31.515 S.E. Mean,,.405 -Mode,,21.000 +Median,,28.000 +Mode,,21 Std Dev,,10.937 Variance,,119.608 Kurtosis,,2.411 @@ -159,9 +107,64 @@ S.E. Kurt,,.181 Skewness,,1.345 S.E. Skew,,.090 Range,,76.000 -Minimum,,18.000 -Maximum,,94.000 -Sum,,23006.000 -Percentiles,50 (Median),28 +Minimum,,18 +Maximum,,94 +Sum,,23006.00 + +Table: AVAR +,,Frequency,Percent,Valid Percent,Cumulative Percent +Valid,18,1,.1%,.1%,.1% +,19,7,1.0%,1.0%,1.1% +,20,26,3.6%,3.6%,4.7% +,21,76,10.4%,10.4%,15.1% +,22,57,7.8%,7.8%,22.9% +,23,58,7.9%,7.9%,30.8% +,24,38,5.2%,5.2%,36.0% +,25,38,5.2%,5.2%,41.2% +,26,30,4.1%,4.1%,45.3% +,27,21,2.9%,2.9%,48.2% +,28,23,3.2%,3.2%,51.4% +,29,24,3.3%,3.3%,54.7% +,30,23,3.2%,3.2%,57.8% +,31,14,1.9%,1.9%,59.7% +,32,21,2.9%,2.9%,62.6% +,33,21,2.9%,2.9%,65.5% +,34,14,1.9%,1.9%,67.4% +,35,14,1.9%,1.9%,69.3% +,36,17,2.3%,2.3%,71.6% +,37,11,1.5%,1.5%,73.2% +,38,16,2.2%,2.2%,75.3% +,39,14,1.9%,1.9%,77.3% +,40,15,2.1%,2.1%,79.3% +,41,14,1.9%,1.9%,81.2% +,42,14,1.9%,1.9%,83.2% +,43,8,1.1%,1.1%,84.2% +,44,15,2.1%,2.1%,86.3% +,45,10,1.4%,1.4%,87.7% +,46,12,1.6%,1.6%,89.3% +,47,13,1.8%,1.8%,91.1% +,48,13,1.8%,1.8%,92.9% +,49,5,.7%,.7%,93.6% +,50,5,.7%,.7%,94.2% +,51,3,.4%,.4%,94.7% +,52,7,1.0%,1.0%,95.6% +,53,6,.8%,.8%,96.4% +,54,2,.3%,.3%,96.7% +,55,2,.3%,.3%,97.0% +,56,2,.3%,.3%,97.3% +,57,3,.4%,.4%,97.7% +,58,1,.1%,.1%,97.8% +,59,3,.4%,.4%,98.2% +,61,1,.1%,.1%,98.4% +,62,3,.4%,.4%,98.8% +,63,1,.1%,.1%,98.9% +,64,1,.1%,.1%,99.0% +,65,2,.3%,.3%,99.3% +,70,1,.1%,.1%,99.5% +,78,1,.1%,.1%,99.6% +,79,1,.1%,.1%,99.7% +,80,1,.1%,.1%,99.9% +,94,1,.1%,.1%,100.0% +Total,,730,100.0%,, ]) AT_CLEANUP