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?
What's the value of just copy/pasting an assignment without showing us what you've already tried? And in case you haven't tried what would be the value of just providing a solution?
Here what chatGPT returned after just copy/pasting your assignment.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.