From cf47e926e3eae48187fe69fd57ac01eb908eacc0 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Thu, 15 Sep 2016 10:30:10 +0200 Subject: [PATCH] t-test example: Change some wrong comments I had some wrong comments describing the code. --- examples/t-test.sps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.30.2