= Comparing two trends in proportions using SPSS = One can quite easily check for differences in linear trend in SPSS using the polynomial subcommand in the logistic procedure for frequencies (TAB5) and reading off the Wald (provided there are no inf MLES which there aren't here!): For example suppose I have three genotypes, hsert, increasing in the presence of a particular aspect and two severity levels relating to the presence of absence of childhood maltreatment with two other columns containing the frequencies and the binary response. The first two entries might be something like the below ||||||||<25% style="TEXT-ALIGN: center"> '''Tab5''' ||<25% style="TEXT-ALIGN: center"> '''Sert''' ||<25% style="TEXT-ALIGN: center"> '''Maltreatment(Yes/No)'''||<25% style="TEXT-ALIGN: center"> '''Depression(Yes/No)''' || ||||||||<25% style="VERTICAL-ALIGN: top"> 3 ||<25% style="VERTICAL-ALIGN: top"> ll ||<25% style="VERTICAL-ALIGN: top"> Yes ||<25% style="TEXT-ALIGN: center"> '''Yes''' || ||||||||<25% style="VERTICAL-ALIGN: top"> 16 ||<25% style="VERTICAL-ALIGN: top"> ll ||<25% style="VERTICAL-ALIGN: top"> Yes ||<25% style="TEXT-ALIGN: center"> '''No''' || {{{ WEIGHT BY TAB5 . LOGISTIC REGRESSION dep /METHOD = ENTER hsert mal hsert*mal /contrast(hsert)=polynomial /CRITERIA = PIN(.05) POUT(.10) ITERATE(20) CUT(.5) . }}} __Reference__ Agresti A. (2002) Categorical Data Analysis. Second Edition. Wiley: New York.