anova: 1-Way Analysis of Variance
Name:
anova
Type:
Description:
Compute different pieces of information (F-statistic, R-squared, significance, etc.) from an ANOVA table (and accompanying parallel boxplots). In each choice item, some quantity should be computed 'by hand' and compared against some given value (which may be true or false).
Solution feedback:
Yes
Randomization:
Random numbers, text blocks, and graphics
Mathematical notation:
Yes
Verbatim R input/output:
Yes
Images:
Yes
Other supplements:
No
(Note that the HTML output contains mathematical equations in MathML. It is displayed by browsers with MathML support like Firefox or Safari - but not Chrome.)
Demo code:
library("exams")
set.seed(1090)
exams2html("anova.Rnw")
set.seed(1090)
exams2pdf("anova.Rnw")
set.seed(1090)
exams2html("anova.Rmd")
set.seed(1090)
exams2pdf("anova.Rmd")