gaussmarkov: Knowledge Quiz Question about Gauss-Markov Assumptions

Exercise template for a multiple-choice knowledge quiz question about the assumptions in the Gauss-Markov theorem.

Name:
gaussmarkov
Type:
Description:
Knowledge quiz question (about the assumptions in the Gauss-Markov theorem) with 2 correct and 4 false alternatives. The alternatives are drawn randomly, preserving at least one of the correct and at least one of the false alternatives.
Solution feedback:
Yes
Randomization:
Shuffling (5 out of 6 alternatives)
Mathematical notation:
No
Verbatim R input/output:
No
Images:
No
Other supplements:
No
Raw: (1 random version)
PDF:
gaussmarkov-Rmd-pdf
gaussmarkov-Rnw-pdf
HTML:
gaussmarkov-Rmd-html
gaussmarkov-Rnw-html

Demo code:

library("exams")

set.seed(403)
exams2html("gaussmarkov.Rmd")
set.seed(403)
exams2pdf("gaussmarkov.Rmd")

set.seed(403)
exams2html("gaussmarkov.Rnw")
set.seed(403)
exams2pdf("gaussmarkov.Rnw")