Thanks to everyone for their really quick replies - they are incredibly helpful. I think odds ratios are probably a good option here, so let's go for that. I was hoping to output a table with just the dependent variables and their odds ratios, since I find it a bit easier to customise the charts using sgplot for example. I can output the odds ratios by using this statement: ods output OddsRatiosWald= ORPlot; But I am not sure how to do the same if I want to use PL insteads of Wald? Thanks, Jon
... View more