function: String Question about R Functions
Name:
function
Type:
Description:
Knowledge quiz question about R functions related to lm/glm. A function is drawn randomly from a list of 8 question/answer pairs and the correct string answer is the corresponding R function.
Solution feedback:
Yes
Randomization:
Shuffling (1 out of 8 question/answer pairs)
Mathematical notation:
No
Verbatim R input/output:
No
Images:
No
Other supplements:
No
Demo code:
library("exams")
set.seed(403)
exams2html("function.Rmd")
set.seed(403)
exams2pdf("function.Rmd")
set.seed(403)
exams2html("function.Rnw")
set.seed(403)
exams2pdf("function.Rnw")