**FILES FOR BOTH DATASETS ATTACHED (RQ1 is the old file I am comparing the new file to)**
Hello all, I received the following error upon running my syntax: "There are at least two records with the same values for the subject and within-subject variables."
The reason this baffles me is because I ran a similar syntax before with no problem, albeit I transformed this data into a team-level analysis, and so I no longer have an individual participant measure. I am trying to predict the likelihood for teams to select ideas that fit into three groups (categories that represent how much the idea diverges from the current paradigm of solving that problem). Below, please see my syntax from my PREVIOUS analysis at the individual level (just for main effects):
GENLIN Rating_P (ORDER=ASCENDING) BY DesignTask Semester Instructor TeanNumber ParticipantNumber
(ORDER=ASCENDING) WITH IndividualKAI IndividualPsychSafety
/MODEL DesignTask Semester Instructor IndividualKAI IndividualPsychSafety
DISTRIBUTION=MULTINOMIAL
LINK=CUMLOGIT /CRITERIA METHOD=FISHER(1) SCALE=1
MAXITERATIONS=100 MAXSTEPHALVING=50 PCONVERGE=1E-006(ABSOLUTE)
SINGULAR=1E-012 ANALYSISTYPE=3(WALD) CILEVEL=95 LIKELIHOOD=KERNEL
/REPEATED SUBJECT=ParticipantNumber*TeanNumber*Semester WITHINSUBJECT=count SORT=YES CORRTYPE=EXCHANGEABLE
ADJUSTCORR=YES COVB=ROBUST MAXITERATIONS=100 PCONVERGE=1e-006(ABSOLUTE) UPDATECORR=1
/MISSING CLASSMISSING=EXCLUDE
/PRINT CPS DESCRIPTIVES MODELINFO FIT SUMMARY SOLUTION WORKINGCORR.
Now for the NEW syntax manipulated to perform a similar analysis at the TEAM level. Note that we no longer have IndividualKAI, as that has been transformed into KAIDiversity and KAIElevation (standard dev. and mean measures for the team). We also have psychological safety as a team-level measure as PS_TP3:
GENLIN Final_Rating_P (ORDER=ASCENDING) BY DesignTask Semester Instructor TeamNumber
(ORDER=ASCENDING) WITH KAIElevation KAIDiversity PS_TP3
/MODEL DesignTask Semester Instructor KAIElevation KAIDiversity PS_TP3
DISTRIBUTION=MULTINOMIAL
LINK=CUMLOGIT /CRITERIA METHOD=FISHER(1) SCALE=1
MAXITERATIONS=100 MAXSTEPHALVING=50 PCONVERGE=1E-006(ABSOLUTE)
SINGULAR=1E-012 ANALYSISTYPE=3(WALD) CILEVEL=95 LIKELIHOOD=KERNEL
/REPEATED SUBJECT=TeamNumber*Semester WITHINSUBJECT=count SORT=YES CORRTYPE=EXCHANGEABLE
ADJUSTCORR=YES COVB=ROBUST MAXITERATIONS=100 PCONVERGE=1e-006(ABSOLUTE) UPDATECORR=1
/MISSING CLASSMISSING=EXCLUDE
/PRINT CPS DESCRIPTIVES MODELINFO FIT SUMMARY SOLUTION WORKINGCORR.
---
I've been trying to figure this out for a while. I thought maybe something was off with "REPEATED SUBJECT=TeamNumber*Semester WITHINSUBJECT=count," but I tried to match the dataset file to what I had for my individual level analysis (the old one that worked). Any suggestions would be greatly appreciated!
------------------------------
Courtney Cole
------------------------------
#SPSSStatistics