fbuf: New data structure for buffered file I/O.
[pspp] / examples / t-test.sps
index aa8401685e0a0326e823c725547821d23de76f2e..65ab067681e29edfb5d540b18702c0a350af1a22 100644 (file)
@@ -9,7 +9,7 @@
 input program.
 
 * Females have gender 0
-* Create 10 female cases
+* Create 8 female cases
 loop #i = 1 to 8.
  compute weight  = rv.normal (65, 10).
  compute height = rv.normal(170.7,6.3).
@@ -36,7 +36,7 @@ end input program.
 value labels
   /gender 0 female 1 male.
 
-* Plot the data as boxplot and histogram
+* Plot the data as boxplot
 examine
   /variables=weight height beauty iq by gender
   /plot=boxplot.