Exercise the GRAPH command in the split-file test
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 2 Jun 2015 05:14:18 +0000 (07:14 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 2 Jun 2015 07:50:25 +0000 (09:50 +0200)
tests/language/dictionary/split-file.at

index ff18c7f3512807847c9fda68d36a1101d7587908..f1fc33d8a31309361d9b0df19e784879c86b5f0a 100644 (file)
@@ -91,6 +91,8 @@ 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 .
 LIST.
 LOGISTIC REGRESSION q WITH b.
 MEANS c b.