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
percapitaincome
votingpct instead of showing the number, show "low" if less than "medium" if above but less than and "high" otherwise.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
