X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Froc.at;h=5725557c234c8371b3a2ac69238b913404b82228;hb=5cab4cf3322f29c0ed7134d23740e07382914f20;hp=c1fa369b4496ac8e22b23d45622f427794443d6e;hpb=37f0de7f0ee1870cf5fd4b802be092be844a5b95;p=pspp diff --git a/tests/language/stats/roc.at b/tests/language/stats/roc.at index c1fa369b44..5725557c23 100644 --- a/tests/language/stats/roc.at +++ b/tests/language/stats/roc.at @@ -51,19 +51,19 @@ a,Unweighted,Weighted Positive,5,50.000 Negative,5,50.000 -Table: Area Under the Curve (x) -,,,Asymp. 99% Confidence Interval, -Area,Std. Error,Asymptotic Sig.,Lower Bound,Upper Bound -.910,.030,.000,.839,.981 - -Table: Coordinates of the Curve (x) -Positive if greater than or equal to,Sensitivity,1 - Specificity -.000,1.000,1.000 -1.500,.960,.440 -2.500,.880,.160 -3.500,.680,.060 -4.500,.400,.020 -6.000,.000,.000 +Table: Area Under the Curve +,Area,Std. Error,Asymptotic Sig.,Asymp. 99% Confidence Interval, +Variable under test,,,,Lower Bound,Upper Bound +x,.910,.030,.000,.839,.981 + +Table: Coordinates of the Curve +Test variable,Positive if greater than or equal to,Sensitivity,1 - Specificity +x,.000,1.000,1.000 +,1.500,.960,.440 +,2.500,.880,.160 +,3.500,.680,.060 +,4.500,.400,.020 +,6.000,.000,.000 ]) AT_CLEANUP @@ -103,8 +103,8 @@ Positive,5,50.000 Negative,5,50.000 Table: Area Under the Curve -,,,,Asymp. 95% Confidence Interval, -Variable under test,Area,Std. Error,Asymptotic Sig.,Lower Bound,Upper Bound +,Area,Std. Error,Asymptotic Sig.,Asymp. 95% Confidence Interval, +Variable under test,,,,Lower Bound,Upper Bound x,.910,.030,.000,.860,.960 y,.697,.052,.001,.611,.783 @@ -166,7 +166,7 @@ roc x by a (1) print = se . ]) -AT_CHECK([pspp -o pspp.csv roc.sps]) +AT_CHECK([pspp -o pspp.csv -o pspp.txt roc.sps]) AT_CHECK([cat pspp.csv], [0], [dnl Table: Case Summary ,Valid N (listwise), @@ -174,10 +174,10 @@ a,Unweighted,Weighted Positive,14,14.000 Negative,14,14.000 -Table: Area Under the Curve (x) -,,,Asymp. 95% Confidence Interval, -Area,Std. Error,Asymptotic Sig.,Lower Bound,Upper Bound -.490,.111,.927,.307,.673 +Table: Area Under the Curve +,Area,Std. Error,Asymptotic Sig.,Asymp. 95% Confidence Interval, +Variable under test,,,,Lower Bound,Upper Bound +x,.490,.111,.927,.307,.673 ]) AT_CLEANUP