Day 1 Challenges
RAdelaide 2025
Some Initial Challenges
- Load the Guinea Pigs dataset (
data/pigs.csv
)- Contains odontoblast (tooth) length in guinea pigs
- Vitamin C via direct supplement or OJ
- Three doses (Low, Med, High)
- Create a boxplot of length separating groups by dose & supp
- Find the mean odontoblast length for each dose & supplement method
- Include the standard deviation alongside the mean
- Create a barplot showing mean length with error bars
(We’ll learn how to set the dose categories in order tomorrow)
Loading and Manipulating Data
Find which sheets are in the file “data/NERP_Fauna_Survey_Protocols_Field_Trial_2015_Data_v1.xlsx” 1
Load the main data sheet from this file using
read_excel()
fromreadxl
How would you compare measurements for the species across different sites
- Try using tables
- How can you visualise this?
Footnotes
Obtained from https://portal.tern.org.au/results?topicTerm=surveillance↩︎