X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fsplit-file.at;h=83055bbf2103c6e39d9c6b73c362b1f16c8dd313;hb=b39ac1bb6b18a5fa595c6bcbd4ce67e904d56dc5;hp=91bf92f436ead9a7ef102dbd04e9c954e2201859;hpb=53011250bc246f9ce2e817bda47f30989a1d405d;p=pspp diff --git a/tests/language/dictionary/split-file.at b/tests/language/dictionary/split-file.at index 91bf92f436..83055bbf21 100644 --- a/tests/language/dictionary/split-file.at +++ b/tests/language/dictionary/split-file.at @@ -85,15 +85,19 @@ 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 . +GRAPH /BAR (GROUPED) = MEAN(b) by c by e. +GRAPH /BAR = COUNT 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 +111,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.