Results as of 1pm Sept 12.
ggplot() + geom_bar(mapping = aes(x = response), data = moodle) + scale_y_continuous(breaks = seq(from = 0, to = 12, by = 2))
September 13, 2017
Results as of 1pm Sept 12.
ggplot() + geom_bar(mapping = aes(x = response), data = moodle) + scale_y_continuous(breaks = seq(from = 0, to = 12, by = 2))
A: All slides are posted on the course website, on the "Schedule" page.
A: No!
A: My hope is that you feel like you can:
{r maybe-some-other-stuff-here}
A: Here are some things I'd like you to know now:
+
, -
, *
, /
c()
, defining factors with factor()
head()
, dim()
, use $
to extract one variableYou've seen a bunch of other stuff, but I don't expect you to know how to use it all at this point.
We will have one quiz on R no earlier than Friday, Sept 22 where I will ask you to write code.
On tests, you will be given output from R and asked to interpret it.
A: Homework assignments are a place for you to learn!
Four possible categories:
A grade of either "Check" or "Check plus" on a homework assignment counts the same towards your final grade.
A: A few things: