projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a718e5
)
t-test example: Change some wrong comments
author
Friedrich Beckmann
<friedrich.beckmann@gmx.de>
Thu, 15 Sep 2016 08:30:10 +0000
(10:30 +0200)
committer
Friedrich Beckmann
<friedrich.beckmann@gmx.de>
Thu, 15 Sep 2016 08:30:10 +0000
(10:30 +0200)
I had some wrong comments describing the code.
examples/t-test.sps
patch
|
blob
|
history
diff --git
a/examples/t-test.sps
b/examples/t-test.sps
index aa8401685e0a0326e823c725547821d23de76f2e..65ab067681e29edfb5d540b18702c0a350af1a22 100644
(file)
--- 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.