I am trying to build an overlaid scatter plot usually run in Proc Gplot like:
Proc Gplot;
Plot yobs*x yhat*x / overlay;
However, SAS University Edition doesn't recognize Proc Gplot! Anyone knows how to building this plot in SAS University Edition? I am trying using Proc Sgscatter but doesn't work.