X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Fcorrelations.at;h=9a24da63f2287ce6847a9f83599e40d0e605aab1;hb=8d546197ce011c2f296560b3f560859ffe8c1ae8;hp=df00e67723f75278c3b83b5d39e5c1af238a3ac5;hpb=5cab4cf3322f29c0ed7134d23740e07382914f20;p=pspp diff --git a/tests/language/stats/correlations.at b/tests/language/stats/correlations.at index df00e67723..9a24da63f2 100644 --- a/tests/language/stats/correlations.at +++ b/tests/language/stats/correlations.at @@ -1,16 +1,16 @@ dnl PSPP - a program for statistical analysis. dnl Copyright (C) 2017 Free Software Foundation, Inc. -dnl +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 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 dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . dnl @@ -31,19 +31,19 @@ begin data. 5 3 0 . end data. -correlations +correlations variables = foo bar wiz bang /print nosig /missing = listwise . -correlations +correlations variables = bar wiz /print nosig /missing = listwise . -correlations +correlations variables = foo bar wiz bang /print nosig /missing = pairwise @@ -61,9 +61,7 @@ wiz,Pearson Correlation,.890[a],.519,1.000,-.344 ,Sig. (2-tailed),.017,.291,,.505 bang,Pearson Correlation,-.308,.118,-.344,1.000 ,Sig. (2-tailed),.553,.824,.505, - -Footnotes: -a,Significant at .05 level +Footnote: a. Significant at .05 level Table: Correlations ,,bar,wiz @@ -86,9 +84,7 @@ wiz,Pearson Correlation,.883[a],.497,1.000,-.337 bang,Pearson Correlation,-.308,.164,-.337,1.000 ,Sig. (2-tailed),.553,.725,.460, ,N,6,7,7,7 - -Footnotes: -a,Significant at .05 level +Footnote: a. Significant at .05 level ]]) AT_CLEANUP @@ -107,7 +103,7 @@ end data. weight by w. -correlations +correlations variables = foo bar wiz bang /statistics=descriptives xprod . @@ -129,7 +125,7 @@ end data. weight by w. -correlations +correlations variables = foo bar wiz bang /statistics=descriptives xprod . @@ -146,14 +142,14 @@ set format = F11.3. data list notable list /foo * bar * wiz *. begin data. 1 1 6 -2 2 5 +2 2 5 3 3 4 4 4 3 5 5 2 6 6 1 end data. -correlations +correlations variables = foo with bar wiz . ]) @@ -357,9 +353,7 @@ var2,Pearson Correlation,.3792[a],-.0407 var3,Pearson Correlation,.3699[a],-.0543 ,Sig. (2-tailed),.000,.603 ,N,95,94 - -Footnotes: -a,Significant at .05 level +Footnote: a. Significant at .05 level Table: Correlations ,,var1,var2 @@ -372,9 +366,7 @@ var4,Pearson Correlation,.5693[a],.3792[a] var5,Pearson Correlation,-.0519,-.0407 ,Sig. (2-tailed),.623,.698 ,N,92,93 - -Footnotes: -a,Significant at .05 level +Footnote: a. Significant at .05 level ]]) AT_CLEANUP