tstat2: 1-Sample t-Test Statistic (Single-Choice)

Exercise template for computing the t-test statistic (single-choice) from given hypothesized mean and empirical mean and variance.

Name:
tstat2
Type:
Related:
Description:
Computing the 1-sample t-test statistic from randomly-drawn hypothesized mean, sample size, and empirical mean and variance. The correct answer has to be selected from five choice items which have been added to the numeric version of the exercise linked above.
Solution feedback:
Yes
Randomization:
Random numbers
Mathematical notation:
Yes
Verbatim R input/output:
No
Images:
No
Other supplements:
No
Raw: (1 random version)
PDF:
tstat2-Rmd-pdf
tstat2-Rnw-pdf
HTML:
tstat2-Rmd-html
tstat2-Rnw-html

(Note that the HTML output contains mathematical equations in MathML, rendered by MathJax using ‘mathjax = TRUE’. Instead it is also possible to use ‘converter = “pandoc-mathjax”’ so that LaTeX equations are rendered by MathJax directly.)

Demo code:

library("exams")

set.seed(403)
exams2html("tstat2.Rmd", mathjax = TRUE)
set.seed(403)
exams2pdf("tstat2.Rmd")

set.seed(403)
exams2html("tstat2.Rnw", mathjax = TRUE)
set.seed(403)
exams2pdf("tstat2.Rnw")