1. Explain what the following libraries’ basic functions are:
2. Import the three libraries mentioned above to your working environment.
3. Import the ‘traffic1’ pre-made dataset from the wooldridge library.
4. Using the process we learned in class, describe what this data tells us.
5. What is the index number for the row and column associated with Georgia’s traffic death rate in 1985? Display this answer for the user.
6. Interpret the number you just printed in one sentence.
7. Arrange the data by 1985 death rate. Establish that ascending is false. Print a preview of the first 4 observations for the user to look through.
8. Which state had the most deaths per million miles of road in 1985?
9. Create a new dataset that contains only the states with the top 5 most traffic deaths in 1985. Which states are left included in this data? Display a preview of the data as proof.
10. Save this new dataset to a .csv file in your working directory. Remove the indices as you save.