BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Thanks in advance
colaxis integer min=0.5 max=1 label='Length95ci);

I'd like to set up Rowaxis as 0.5--1 stead of 0--1, but didn't know how?

as:
proc sgpanel data=file;
panelby &peme2 &peme1 / layout=lattice /* ONEPANEL */ novarname;
scatter x=MM y=l95CI_mean / group=METHOD markerattrs=(size=10);
refline .6 .8 / axis=Y lineattrs=(pattern=dash);
refline .2 .4 / axis=X lineattrs=(pattern=dash);
rowaxis integer min=0 max=0.5 label='Fraction_MM';
colaxis integer min=0.5 max=1 label='Length95ci)';
keylegend / title=" " noborder;
run;
thanks again.
Alex
2 REPLIES 2
DanH_sas
SAS Super FREQ
I believe the INTEGER option is what is preventing you from seeing your decimal ranges.

Dan

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 869 views
  • 0 likes
  • 2 in conversation