There are at least two different ways to go about this. First would be to use the results of your STORE statement, and in the PROC PLM statements include an EFFECTPLOT statement. Second would be to change to PROC GLIMMIX and use a plots=meanplots option in the LSMEANS statement. This is more direct and is also available in PROC PLM (so you would not have to recode your PROC MIXED into PROC GLIMMIX, as you already have a store).
SteveDenham
... View more