X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=examples%2Ft-test.sps;h=65ab067681e29edfb5d540b18702c0a350af1a22;hb=fb224459eed00514cbc36ecbc311c644f8b22def;hp=aa8401685e0a0326e823c725547821d23de76f2e;hpb=7a718e594fb0425e1e8f4ebbfa06463de8e88699;p=pspp 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.