As explained in the syllabus, the exam consists of two components.
The first is a take-home exam that will be distributed by noon on
Monday, September 12th. To access the exam, you will run the
notebook00.Rmd
file; that will download the file
exam01.Rmd
, which contains the exam questions, and any
associated datasets. Answer the questions as you have done in the class
notebooks, knit the notebook, and bring your printed solutions to class
on Wednesday, September 14th. You may use any static resources for the
exam but cannot discuss the questions with anyone else.
The questions will be similar to those in notebooks 1-5. Since it is
open book, all of the material there (whether it be in the notes,
slides, or notebooks) is fair game for the exam. I will not ask
questions regarding the 6th notes (the verb mutate
). Pay
close attention to the code formating rules in the first and second set
of notes. You will lose points for formatting errors on the take-home
exam.
The in-class exam will take place on September 14th. It is a closed book exam that will be done entirely on paper. There will be ten questions:
ggplot
, that would create the
plot your drew.For the plots, you should be able to use the geometries
geom_point
, geom_text_repel
and
geom_line
. For these, you should be able to apply the
aesthetics x
, y
, color
,
label
, size
, and shape
. I will
not ask you to apply any scales to the plots.
For the data verbs (questions 6-10), you will need to know the five
verbs we have covered (but not mutate
),
group_by
, and how to use the helper functions
n()
, mean()
, %in%
, and
desc()
.