I am having a problem with SPSS I am trying to run a independent
sample t-test and keep getting this message (see below)
I have defined the groups 1 middle school and 2 elementary, but for
some reason it does not detect any elementary students and I checked
the data and there are no empty cells
Group Statistics
What grade are you in?
N Mean Std. Deviation Std. Error
Mean
Mastery
Middle School 212 4.1910 .90060 .06185
Elementary 0a . . .
a. t cannot be computed because at least one of the groups is empty.
Hope someone can help!
TY
Patricia
Patricia,
What does your dataset look like? Does it look like this?:
School Score
1 45
1 22
.
.
2 15
2 12
.
.
If yes, then the following should work:
***********************
T-TEST GROUPS=School(1 2)
/MISSING=ANALYSIS
/VARIABLES=Score
/CRITERIA=CI(.9500).
***********************
If yes to everything above and it is still not working, then make sure
you don't have an active filter on.
Ryan
What are the values for the Group?
Show us your pasted syntax. (... bet they don't match...)
Of course you always ought to paste your syntax to
save it for documentation, even if you don't need to
show it to someone for debugging.
--
Rich Ulrich