Question: Create the dataset again, but this time, ignore rows where the state is equal to DC . Create the dataset one more time,

Create the dataset again, but this time, ignore rows where the state is equal to "DC".
Create the dataset one more time, but this time ignore rows where the state is equal to "DC" and also add a column to keep track of the lowest median age.
Use PROC TABULATE to list for each state the mean, minimum and maximum voting percentage.
Use PROC REPORT to list for each state the mean, minimum and maximum voting percentage.
Use PROC MEANS to list for each state the mean, minimum and maximum voting percentage. It is okay if your output shows separate tables for each state.
Generate a listing of each county, showing the following columns :
state
county
per_capita_income
voting_pct (instead of showing the number, show "low" if less than 40, "medium" if above 40 but less than 45, and "high" otherwise.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!