Hi,
I have a data with three columns, one distinguish two different population and other variable is ID and probability values. Need to plot the probability in the y-axis and the x-axis should have both the id information and different population group information? Any idea?
Thanks
Ram
As suggested by Reeza:
proc sgplot data=temp;
vbarparm category=pop response=prob / group=id groupdisplay=cluster;
run;
Please share sample data, a picture.
What release of SAS do you have?
As suggested by Reeza:
proc sgplot data=temp;
vbarparm category=pop response=prob / group=id groupdisplay=cluster;
run;
SGPLOT with VBARPARM or VBAR.
Need to differentiate the groups at the x axis (left side one group and right side other group).
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 lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.