Lecture 17
NC State University
ST 295 - Spring 2025
2025-03-06
– Reagrade window for exam-1 (in-class and takehome) is open
> submit by Monday at 11:59pm
– Keys are posted
– Quiz comes out today at noon (due Monday at 11:59pm)
– Homework after Spring break
– Project instructions after Spring break
– Statistics experience is posted (Apr 22)
– work more with date data
– more Quarto functionality
– train our brain
What’s the similarities and difference between geom_freqpoly()
and geom_histogram()
?
– What type of variable is needed?
– What plot is produced?
Use geom_freqpoly()
and geom_histogram()
below on bill depth of the penguins data set to see the difference!
These lines of code are used to read in date data in specific formats. What are the formats for the raw data below?
What’s a general takeaway from this plot?
Is there anything that could be potentially misleading?
– If you plot a Date on the axis of a plot, you expect the dates to be in calendar order, and that’s exactly what happens with plot() or ggplot()
– Can take advantage of functions that utilize date data types
– Mess around with Quarto
– Visualize date data