Question
The national parks raw data file contains the following information on 11 national parks (or monuments):ParkName, columns 1-21 contain the park nameType, the type of
The national parks raw data file contains the following information on 11 national parks (or monuments):ParkName, columns 1-21 contain the park nameType, the type of the park (NM = national monument, NP = national park)Region, region of the U.S. (the choices are East or West)Museums, the number of museums in the park (including visitor centers)Camping, the number of campgrounds in the parkYour job is to download the data file, read it into a temporary SAS data set called parks, and then use the REPORT procedure to create a report that looks like this:hw10.png Three hopefully helpful hints:You'll need to use Museums and Camping to compute the Facilities column.Re-read the last paragraph in the section on group variables. The paragraph is telling you that you'll need to define Region as a group variable to get SAS to properly collapse the report.Recall that, by default, column widths are 9 for unformatted numeric variables, causing a problem with centering. The Museums and Camping variables should therefore be formatted to 2.0, with a width of 7, so that they can be properly centered under the headings.(Please include the sas code, log and results)
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