From: Friedrich Beckmann Date: Thu, 15 Sep 2016 08:30:10 +0000 (+0200) Subject: t-test example: Change some wrong comments X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf47e926e3eae48187fe69fd57ac01eb908eacc0;p=pspp t-test example: Change some wrong comments I had some wrong comments describing the code. --- diff --git a/examples/t-test.sps b/examples/t-test.sps index aa8401685e..65ab067681 100644 --- a/examples/t-test.sps +++ b/examples/t-test.sps @@ -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.