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

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 741 views
  • 0 likes
  • 2 in conversation