SPSS 20
The procedure <Generalized Linear Model> has a <scale weight> variable (under <response>).
My questions:
If I want to weight certain cases more than others, am I right to use this field for?
If I want to weight those cases with a factor of let's say 10% more and the others with let's say 10% less, would I simply compute a variable, with 1.1 for those cases to be upweighted and 0.9 for the others and then use this variable as the scale weight variable?
As in syntax:
* Generalized Linear Models.
GENLIN dependent BY independent1 independent2 (ORDER=ASCENDING) WITH independent3
/MODEL independent1 independent2 independent3 INTERCEPT=YES SCALEWEIGHT=weightVariable
DISTRIBUTION=NEGBIN(1) LINK=LOG
/CRITERIA METHOD=FISHER(1) SCALE=1 COVB=MODEL MAXITERATIONS=100 MAXSTEPHALVING=5
PCONVERGE=1E-006(ABSOLUTE) SINGULAR=1E-012 ANALYSISTYPE=3(WALD) CILEVEL=95 CITYPE=WALD
LIKELIHOOD=FULL
/MISSING CLASSMISSING=EXCLUDE
/PRINT CPS DESCRIPTIVES MODELINFO FIT SUMMARY SOLUTION.
Frank
Dr. Frank Gaeth