This class covers an introduction to multivariate statistics and data transformations and standardizations. Detailed notes from previous semesters can be found here: 2016-08-10-Data-Transformations.
Introduction presentation Rmarkdown file
Weekly challenge
Take home challenges
- Input the file from
"https://ndownloader.figshare.com/files/2292169"
- Use data from
Rodents
only - Calculate the number of unique rodents by site by month by year for each species
- Calculate the maximum number individuals for each year for each species
- Calculate the maximum number of individuals for each species across all years
- Transform the data to wide format with columns representing species and sites representing rows
- Change all
NA
to zeros - Complete a by-row total standardization
- Plot a bar chart of each site and relative number of a few (3) species using an appropriate geom