Scores for all assignments so far will be on D2L soon
Project 2 groups have been announced, repos will be assigned by the end of the week
Take a note of the deadlines for the rest of the semester
Setup
# load packageslibrary(countdown) # countdown in slideslibrary(tidyverse) # data wrangling & vizlibrary(lubridate) # dealing with dateslibrary(mgcv) # estimate penalized Generalized linear modelslibrary(colorspace)# color scaleslibrary(broom) # turn model outputs to tibbleslibrary(emmeans) # estimate marginal means (least-squares)library(ungeviz) # vizualize uncertaintylibrary(ggridges) # ridgeline plotslibrary(tidybayes) # tidy bayesian functionslibrary(dviz.supp) # supplementary materials for C. Wilke's data viz booklibrary(ggpubr) # publication ready plotslibrary(ggtext) # format ggplot textlibrary(extrafont) # fontslibrary(ggstance) # horiz flipped stats, geoms; vert flipped positionslibrary(gganimate) # animated ggplotslibrary(emo) # emojis# set theme for ggplot2ggplot2::theme_set(ggplot2::theme_minimal(base_size =14, base_family ="Myriad Pro"))# set width of code outputoptions(width =65)# set figure parameters for knitrknitr::opts_chunk$set(fig.width =7, # 7" widthfig.asp =0.618, # the golden ratiofig.retina =3, # dpi multiplier for displaying HTML output on retinafig.align ="center", # center align figuresdpi =300# higher dpi, sharper image)loadfonts(device ="all")
Uncertainty
Playing
Image by Wikimedia user Jahobr, released into the public domain.