doc/tutorial.texi: Correct the text describing intepretation of the Levene test. 20140103030503/pspp 20140104030504/pspp 20140105030502/pspp 20140106030503/pspp 20140107030503/pspp 20140108030513/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 3 Jan 2014 06:22:19 +0000 (07:22 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 3 Jan 2014 06:22:19 +0000 (07:22 +0100)
The text which described the interpretation of the Levene test, in the
independent samples T-TEST output erroneously inverted the sense of the conclusion.
This change corrects the text.

Reported-by: Jernej Pleteršek <jernej.pletersek@gmail.com>
doc/tutorial.texi

index ade65acedc3b391666f62190221fc233c6b7b047..a14f98e9f80baeda2dacdc7393833987da73dc18 100644 (file)
@@ -710,18 +710,19 @@ then an alternative calculation is necessary.
 For the @var{height} variable, the output shows the significance of the 
 Levene test to be 0.33 which means there is a 
 33% probability that the  
-Levene test produces this outcome when the variances are unequal.
-Such a probability is too high
-to assume that the variances are equal so the row
-for unequal variances should be used.
+Levene test produces this outcome when the variances are equal.
+Had the significance been less than 0.05, then it would have been unsafe to assume that
+the variances were equal.
+However, because the value is higher than 0.05 the homogeneity of variances assumption
+is safe and the ``Equal Variances'' row (the more powerful test) can be used.
 Examining this row, the two tailed significance for the @var{height} t-test 
 is less than 0.05, so it is safe to reject the null hypothesis and conclude
 that the mean heights of males and females are unequal.
 
 For the @var{temperature} variable, the significance of the Levene test 
-is 0.58 so again, it is unsafe to use the row for equal variances.
-The unequal variances row indicates that the two tailed significance for
-@var{temperature} is 0.19.  Since this is greater than 0.05 we must reject
+is 0.58 so again, it is safe to use the row for equal variances.
+The equal variances row indicates that the two tailed significance for
+@var{temperature} is 0.20.  Since this is greater than 0.05 we must reject
 the null hypothesis and conclude that there is insufficient evidence to 
 suggest that the body temperature of male and female persons are different.