I know it can be done with proc sgplot but I don't have access to that.
I have these four aspects output out=LogiDecileOut mean=yMean PredProbMean
lclm=yLower uclm=yUpper;
LCLM= | Specifies the lower bound of an approximate % confidence interval for the mean |
UCLM= | Specifies the upper bound of an approximate % confidence interval for the mean |
but I'm not sure where these 4 aspects would be placed in proc gplot.
Any help appreciated.