BookmarkSubscribeRSS Feed
koushik
Calcite | Level 5

hello community,

in my question i have two variables. no of runners and the people. could some one tell me how do i create histogram using only these variables and i want people on the X axis and the no of runners on the Y axis. here is how my data looks like and my question has got many rows.

No of runners     people

9                         182624

9                         131906

10                       206702

11                        231925

16                        126903

25                        169032

i am very new to sas.

please suggest. Thanks for your time. Smiley Happy

2 REPLIES 2
Reeza
Super User

Do you need to aggregate your data first?

Because you have multiples on the No of runners so it isn't X axis.

Or do you want a histogram for each variable.

Some procs to look into:

proc univariate - histogram statement.

Proc sgplot - hbar/vbar/hbarparm/vbarparm statements.

References:

http://robslink.com/SAS/democd6/aaaindex.htm

koushik
Calcite | Level 5

hi,

thanks for your support and time. this is help ful.

koushik

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1195 views
  • 3 likes
  • 2 in conversation