Quiz-Zusammenfassung
0 von 14 Fragen beantwortet
Fragen:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
Informationen
Quiz about the 
language.

you ready?
Be warned: It won’t be easy!
Sie haben das Quiz schon einmal absolviert. Daher können sie es nicht erneut starten.
Quiz wird geladen...
Sie müssen sich einloggen oder registrieren um das Quiz zu starten.
Sie müssen erst folgende Quiz beenden um dieses Quiz starten zu können:
Ergebnis
0 von 14 Frage korrekt beantwortet
Ihre Zeit:
Zeit ist abgelaufen
Sie haben 0 von 0 Punkten erreicht (0)
Ø Punkte |
|
Deine Punkte |
|
Kategorien
- Nicht kategorisiert 0%
-
Congratulations – you survived the quiz!
Apparently the quiz is quite difficult: After just over 60 participants, only around one third of the questions were answered correctly. So I made a video to provide some background information.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- Beantwortet
- Vorgemerkt
-
Frage 1 von 14
1. Frage
Which of the following statements about the origin of R are correct?
Korrekt
Inkorrekt
-
Frage 2 von 14
2. Frage
Which of the these R expressions result in the following output?
[1] 8
Korrekt
Inkorrekt
Tipp
„Everything that happens is a function call.“
(John Chambers, creator of S) -
Frage 3 von 14
3. Frage
Where can you find the following quote?
„R is the world’s most powerful programming language for statistical computing, machine learning and graphics and has a thriving global community of users, developers and contributors.“
Korrekt
Inkorrekt
Tipp
MRAN = Microsoft R Application Network
-
Frage 4 von 14
4. Frage
Which of the following statements about R programming are true?
Korrekt
Inkorrekt
-
Frage 5 von 14
5. Frage
What does CRAN stand for?
Korrekt
Inkorrekt
Tipp
A++ Abstraction plus reference plus synthesis
NPL = NORD Programming Language -
Frage 6 von 14
6. Frage
Suppose we run this command:
a <- matrix(1:8, nrow = 2)
Then, which of the following R expressions result in:
[1] 8
Korrekt
Inkorrekt
-
Frage 7 von 14
7. Frage
Which of the following packages by Hadley Wickham are currently on CRAN?
Korrekt
Inkorrekt
-
Frage 8 von 14
8. Frage
Which of the following is NOT an R package that Hadley Wickham has written (or contributed to)?
Korrekt
Inkorrekt
Tipp
There is a package called meow by Alex M. Chubaty that fetches random cat photos.
-
Frage 9 von 14
9. Frage
Who does the pipe operator %>% relate to?
Korrekt
Inkorrekt
Tipp
There is an R package called magrittr.
-
Frage 10 von 14
10. Frage
What does caret (name of a great R package) stand for?
Korrekt
Inkorrekt
-
Frage 11 von 14
11. Frage
Caret is a great package for Machine Learning in R.
Which of the following is NOT a valid resampling method in trainControl?
Korrekt
Inkorrekt
-
Frage 12 von 14
12. Frage
Undefined numbers: There is more than just NA in R.
Which of the following expressions results in:[1] NaN
Korrekt
Inkorrekt
Tipp
Be aware, there is also „Inf“.
-
Frage 13 von 14
13. Frage
Which of the following are NOT systems for object oriented programming in R?
Korrekt
Inkorrekt
-
Frage 14 von 14
14. Frage
Which of the following R expressions result in:
[1] 8
Korrekt
Inkorrekt