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;
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.