Sheet 4
Sheet 4
(b) Sketch a possible profile that fits the situation from (a). For all doses, draw a boxplot and
specify a sample size. Justify your plot. Note that this exercise can also be solved by hand.
(b) For the Poisson distribution X ∼ Poi(λ) with parameter λ, λ ∈ R≥0 show that the
√
corresponding variance stabilizing transformation is f (u) ∝ u.
(c) For the Exponential distribution X ∼ Exp(λ) with parameter λ, λ ∈ R≥0 show that the
corresponding variance stabilizing transformation is f (u) ∝ log u.
(d) For the Binomial distribution X ∼ Bin(n, p) with parameters n and p, p ∈ (0, 1) show that
√
the corresponding variance stabilizing transformation is f (u) ∝ arcsin ( u). Consider the
random variable X̄ = X/n.
d √ 1
Hint: The derivative of the arcsine function is given by dx arcsin (x) = 1−x2
.
Exercise 13: Multiple comparison procedures (10 points (2+2+2+4))
Load the file data_gradedsheet.RData. It contains simulated response values for a toxicological
experiment measured for six increasing doses, in six replicates each. It is assumed that the first
dose corresponds to the control.
(a) Display the data via boxplots and describe the overall shape.
(b) Making use of the functions glht and cld from the package multcomp, calculate the
compact letter display (cld).
(c) Consider the following compact letter display for T1 to T6, respectively:
a, ab, abc, bcd, cd, d. Is the result of (b) equivalent to this? Justify your choice.
(d) Perform three types of multiple testing procedures, using the function glht from the
package multcomp: Dunnett, Williams, and extension of Dunnett and Williams including
downturn effects. Plot two-sided confidence intervals of the results. Compare and interpret
the results.
Submit the processed exercise sheets (PDF) and the R code (.R or .Rmd) via Moodle until
Wednesday, 03. December 2024, 8.30. Please note the information listed in the Moodle on the
submission formalities for this course.