Hi,
can anyone help me to transform this SAS code to fit SAS STUDIO which does not have the GLPOT program.
SYMBOL2 I=join V=none C=blue h=1;
SYMBOL1 I=none V=dot C=red h=0.4;
PROC GPLOT DATA=cbd.ws_cb1;
PLOT mls*rcs=1 y*x=2 / overlay;
RUN;
Thanks,
J
Same problem with this. Can you help?
PROC GPLOT DATA=cbd.outlier_CB1;
BUBBLE dev*riskscore=lddeces / CFRAME=white ANNOTATE=inf VAXIS=axis1 HAXIS=axis2 FRAME VREF=-3 0 3 VMINOR=0 HMINOR=0 CAXIS=black BCOLOR=red BSIZE=12;
AXIS1 lABEL=(A=90 R=0 F="ARIAL") WIDTH=2;
RUN;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.