I am running deviation contrasts in csglm and cannot find a way to get confidence intervals (CIs) for the contrasts in the output (only gives p-values). I can get CIs for the category estimates (means) by specifying 'CINTERVAL' in the /statistics subcommand, but this does not also produce CIs for the contrast estimates (i.e., in the Individual Test Results table). I see no way to specify CIs on the /test subcommand or elsewhere. Is there a way to request this that I have missed?
My syntax code:
CSGLM q13_AC_g BY partyid7
/PLAN FILE='H:\data\lia2022_v4.csaplan'
/MODEL partyid7
/INTERCEPT INCLUDE=YES SHOW=YES
/STATISTICS PARAMETER SE CINTERVAL TTEST
/PRINT SUMMARY VARIABLEINFO SAMPLEINFO
/TEST TYPE=F PADJUST=BONFERRONI
/EMMEANS TABLES=partyid7 COMPARE=partyid7 CONTRAST=DEVIATION (7)
/EMMEANS
/MISSING CLASSMISSING=EXCLUDE
/CRITERIA CILEVEL=95.
My results below (just the relevant parts). I got CIs for the Estimates table (this is great) by specifying in /statistics subcommand. I would also like to get CIs for the contrast estimates in the Individual Test Results (bottom table). Does anyone know if/how it is possible to also get CIs for the 'contrast estimates' in the Individual Test Results table?


Many thanks,
Andrew
------------------------------
Andrew Crawford
------------------------------
#SPSSStatistics