Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Instructions The World Bank works internationally with the goal of reducing poverty. Their website tracks population by country. The SAS data set called POPULATION contains
Instructions
The World Bank works internationally with the goal of reducing poverty. Their website tracks population by country. The SAS data set called POPULATION contains data on the estimated number of residents (in 100,000s) of various countries by year.
Hint: Refer to sections 8.3 and 8.4 as you work through this assignment.
- Examine this SAS data set including the variable labels and attributes. Create a histogram of the most recent population estimates for all countries combined.
- Create separate histograms of the most recent population estimates for each continent.
- Create a single graph with box plots of the most recent population estimates per continent.
- In a comment in your program, describe the main differences between the statistical information that can be visualized in the histograms from part b) compared to the box plots from part c).
- Create a header comment at the top of your program with your name, the date, the assignment name (GPA8), and the filename (YourLastName.GPA8.sas)
- Create a libref for your data sets at the top of your program after the header comment so I can edit the path and still run your code.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started