Here is a short quiz that reviews some of the concepts from the first session.
You have two attempts to complete the quiz. You must get at least a 60% in order to pass and move to the next section.
0 of 5 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 5 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
4. Fill in the blank below.
A big strength of ggplot is the ability to graphs by adding layers and adjusting the data so it doesn’t look generic.
5. Which function adds up the data in the previous cells to create a new column or row with cumulative sums?
2. Fill in the blanks below.
data displays multiple occurrences per row and is easier to read in tables, while data displays one observation per row and is easier to plot with in ggplot2.
1. Why does R put an ‘X’ in front of numerical column names?
Select all that apply
3. Why do we use packages for data manipulation instead of just using built-in R functions?
Select all that apply