The value labels are not duplicate and the data view appears normal – how do I fix this??!
[alt text][1]
[1]: /answers/storage/temp/19165-screen-shot-2017-12-15-at-112044-am.png
[alt text][1]
[1]: /answers/storage/temp/19165-screen-shot-2017-12-15-at-112044-am.png
[1]: /answers/storage/temp/17304-capture.png
It occoured after I checken my descrptive statistics and so the kolmogorv smirno test the distribution.
My Syntax always looked like this:
DisGes By geschl (gesch. means gender in german, two groups setting)
Basically I wanted to show the distribution for two groups in one output ( it worked fine before)
EXAMINE VARIABLES=DiskGes BY geschl
/PLOT BOXPLOT HISTOGRAM NPPLOT
/COMPARE GROUPS
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.
and then suddenly, after a few test, and try outs my syntax looked like this:
geschl (gender) was marked as ID??
I didn´t got outputs for two groups just for one big groupe, where the casetags were marked as gender
EXAMINE VARIABLES=DiskGes
/ID=geschl
/PLOT BOXPLOT HISTOGRAM NPPLOT
/COMPARE GROUPS
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.
How do I remove this? I searched so many sites, nobody could help me. I also called IBM Suppor and they send me here. Please help me, I have to get my master thesis done. Deadline is knocking already..
Thank you very much in advance!