The pg1.np_species table provides a detailed species list for selected national parks. Use this table to analyze the categories of reported species. If necessary, start SAS Studio before you begin. Reminder: If you restarted your SAS session, you must run the libname.sas program created in Activity 2.04. Write a PROC FREQ step to analyze rows from pg1.np_species as follows: Use the TABLES statement to generate a frequency table for Category. Use the NOCUM option to suppress the cumulative columns. Use the ORDER=FREQ option in the PROC FREQ statement to sort the results by descending frequency. Use Categories of Reported Species as the report title. Submit the program and review the results. What percent of the species are Fungi?
... View more