X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Flanguage%2Fdictionary%2Fsplit-file.at;h=f1fc33d8a31309361d9b0df19e784879c86b5f0a;hb=28fde4a386a5157351a38f3802b1277ee26d4f8f;hp=91bf92f436ead9a7ef102dbd04e9c954e2201859;hpb=53011250bc246f9ce2e817bda47f30989a1d405d;p=pspp diff --git a/tests/language/dictionary/split-file.at b/tests/language/dictionary/split-file.at index 91bf92f436..f1fc33d8a3 100644 --- a/tests/language/dictionary/split-file.at +++ b/tests/language/dictionary/split-file.at @@ -85,15 +85,17 @@ 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. +GRAPH /HISTOGRAM = b . +GRAPH /SCATTERPLOT(BIVARIATE) = b with c by e . 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 +109,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.