You’ll be assessed on the quality (and participation) of your peer review
Updates based on peer review are due Monday, Sept 19 at 5:00pm
Full group attendance is mandatory
Your proposal will be “graded” after that, by me
Setup
# load packagesif(!require(pacman))install.packages("pacman")pacman::p_load(tidyverse, glue, scales, countdown)# set theme for ggplot2ggplot2::theme_set(ggplot2::theme_minimal(base_size =14))# 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)
Transforming and reshaping a single data frame
Data: Hotel bookings
Data from two hotels: one resort and one city hotel