Continuation
This exercise is a continuation of this data wrangling exercise and, thus, depends on data frames constructed there. Please load/run your script from that exercise to access the Bluegill, Largemouth Bass, and non-game species only data frames.
- Describe the following from plots constructed with the Bluegill only data.frame.
- The distribution of lengths.
- The distribution of weights.
- The distribution of lengths separately for each year (without creating separate data frames for each year).
- The relationship between weight and length.
- The relationship between the natural logs of weight and length.
- The relationship between the natural logs of weight and length (without creating separate data frames for each year).
- The difference in mean lengths between the two years (plot should include confidence intervals).
- Repeat the previous question but using Largemouth Bass.
- Describe the species distribution of (only) non-game species.
Solution Code:
Available upon request to students not in a class. Contact fishR maintainers.