taborrr / qbb2024-answers

0 stars 0 forks source link

Day 1 Afternoon Exercise #2

Open schidambaran opened 2 months ago

schidambaran commented 2 months ago
Question Description Completion
Q1 Data import with read_delim Yes
Q2 Glimpse the data Yes
Q3 Subset the data to (SMGEBTCHT == "TruSeq.v1") Yes
Q4 ggplot code Yes
Q5 Histogram, density plot, etc., and comments Yes
Q6 Boxplot, ridgeplot, etc., and comments Yes
Q7 Boxplot, ridgeplot, etc., and comments Yes
Q8 Scatterplot, facet_wrap, and trend lines. Change opacity and point size Yes
Q9 Color points by score. Comment on relationships Yes

Nice work!

Comments: - For questions 6 and 7, consider other kinds of plots that make it easier to compare continuous distributions (box plots, violin plots, etc.)

taborrr commented 2 months ago

I apologize for not making it more clear, I decided to leave my original answers and underneath the 6 and underneath the 7 question I have my Corrected answers. Please see code lines 67-78 and 106-118, which use the alternative types of plots

schidambaran commented 2 months ago

Perfect, thank you! Your rubric has been updated.