X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fsplit-file.at;h=ff18c7f3512807847c9fda68d36a1101d7587908;hb=649c202d57d7d5d8bb87be5b72839cd56ca4ca0b;hp=91bf92f436ead9a7ef102dbd04e9c954e2201859;hpb=53011250bc246f9ce2e817bda47f30989a1d405d;p=pspp diff --git a/tests/language/dictionary/split-file.at b/tests/language/dictionary/split-file.at index 91bf92f436..ff18c7f351 100644 --- a/tests/language/dictionary/split-file.at +++ b/tests/language/dictionary/split-file.at @@ -85,15 +85,15 @@ CROSSTABS a by b. CORRELATIONS /VARIABLES = a b. DELETE VARIABLES a. DESCRIPTIVES e . -* EXAMINE c by b. +EXAMINE c by b. EXPORT outfile='xxx'. FACTOR /VARIABLES = b c d. FILTER BY c. FREQUENCIES b. -* GLM c BY b. +GLM c BY b. LIST. LOGISTIC REGRESSION q WITH b. -* MEANS c b. +MEANS c b. NPAR TESTS /MCNEMAR q. ONEWAY c BY b. QUICK CLUSTER b c. @@ -107,7 +107,7 @@ SAVE outfile='xx.sav'. SORT CASES by bb. T-TEST /GROUP=q(0,1) /VARIABLES=bb. USE ALL. -* FLIP /VARIABLES = bb, c . +FLIP /VARIABLES = bb, c . execute. finish.