Thanks guys :)
Hopefully this will help, This is the error message its giving me.
Notes
Output Created 03-Nov-2009 12:07:52
Comments
Input Data \\uofausers0\users0\a1160560\Desktop\FHLD friendship
prac.sav
Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data File 614
Missing Value Handling Definition of Missing User defined missing
values are treated as missing.
Cases Used Statistics for each analysis are based on the cases with
no missing or out-of-range data for any variable in the analysis.
Syntax T-TEST GROUPS=relagg(0 1)
/MISSING=ANALYSIS
/VARIABLES=sex
/CRITERIA=CI(.95).
Resources Processor Time 0:00:00.000
Elapsed Time 0:00:00.000
Warnings
The Independent Samples table is not produced.
Group Statistics
relagg N Mean Std. Deviation Std. Error Mean
sex .00 0a . . .
1.00 0a . . .
a. t cannot be computed because at least one of the groups is empty.
--- snip ---
> Syntax T-TEST GROUPS=relagg(0 1)
> /MISSING=ANALYSIS
> /VARIABLES=sex
> /CRITERIA=CI(.95).
--- snip ---
You've got the variables in the wrong places--i.e., you're
treating RELAGG as the group variable and SEX as the dependent
variable.
--
Bruce Weaver
bwe...@lakeheadu.ca
http://sites.google.com/a/lakeheadu.ca/bweaver/
"When all else fails, RTFM."
THANKYOU!!!
Lucky Im blonde, otherwise I'd look really bumb at this point :)
Seriously though, thanks...