X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Flanguage%2Fdictionary%2Fsplit-file.at;h=83055bbf2103c6e39d9c6b73c362b1f16c8dd313;hb=7e7f78374d9df2b7fa16306b5d78e6bfc9ef40df;hp=4ffd71e5a5e0150bd82cb41ce8f3de4395e1ae2f;hpb=dfba1c409a4c698f17456783ec0a141a9b3d41de;p=pspp diff --git a/tests/language/dictionary/split-file.at b/tests/language/dictionary/split-file.at index 4ffd71e5a5..83055bbf21 100644 --- a/tests/language/dictionary/split-file.at +++ b/tests/language/dictionary/split-file.at @@ -91,6 +91,10 @@ FACTOR /VARIABLES = b c d. FILTER BY c. FREQUENCIES 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. @@ -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.