This is a one-question survey style quiz. There are no right or wrong answers.
You are about to start the keyboard knowledge mini-quiz. You must get 50% in order to pass. Remember, you may take it as many times as you like.
[Note: You can set any passing percentage you like].
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)
1. What would be the output of the following code for vector ‘v’:
v[2:7]
2. Which piece of code will retrieve only the third column of a matrix called ‘m’?
3. Why do we use ‘==‘ instead of ‘=‘ to pull the day shift data?
5. Fill in the blank below
In order to select specific values from our crime data, we first need to tell R that the
data we want to use is in a format.
4. Why does it make sense to separate the code in multiple steps?
Select all that apply