BookmarkSubscribeRSS Feed
ash2000
Calcite | Level 5

how to write a syntax to compute 'median age' for a population using sas 

example

age group                             population

0-4                                           200

5-9                                           250

10-14                                       320

15-19                                       600

20-24                                       435

2 REPLIES 2
andreas_lds
Jade | Level 19

@ash2000 wrote:

how to write a syntax to compute 'median age' for a population using sas 

example

age group                             population

0-4                                           200

5-9                                           250

10-14                                       320

15-19                                       600

20-24                                       435


Is this an example of your input-data or the requested result?

 

 

Reeza
Super User

In a case like this you don't really have a good way to find the median. 

 

You can determine the total, which is1805, and the middle is 903ish, which means the 'median' is 15-19. 

 

If you had exact ages you could do an actual calculation, but I don't believe that SAS has a method for computing medians when data is in this format. 

 

 

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
  • 407 views
  • 0 likes
  • 3 in conversation