You can easily get a plot showing the effect of a continuous predictor on the event probability using an EFFECTPLOT statement. For example, adding this statement in the Getting Started example in the PROC GEE documentation gives a plot of the fitted model showing the effect of Age with other variables fixed. effectplot fit(x=age)/ilink;
... View more