forked from statOmics/PSLS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
09_1_shrimps.Rmd
37 lines (26 loc) · 1.23 KB
/
09_1_shrimps.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: "Exercise 9.1: Non-parametric test on the shrimps dataset"
author: "Lieven Clement and Jeroen Gilis"
date: "statOmics, Ghent University (https://statomics.github.io)"
---
# The shrimps dataset
Dataset on the accumulation of PCBs (Polychlorinated biphenyls)
in the adipose tissue of shrimps. PCBs are often present in coolants, and are
know to accumulate easily in the adipose tissue of shrimps. In this experiment,
two groups of 18 samples (each 100 grams) of shrimps each were cultivated
in different conditions, one control condition and one condition
where the medium was poluted with PCBs. Note that the PCB concentrations were
measured in pg/g adipose tissue.
# Goal
The research question is; is there an effect of the
growth condition on the PCB concentration in the adipose
tissue of shrimps?
# Exercises and questions
1. Explore the data what do you observe?
2. How will you model the data?
3. Translate the research question in a null and alternative hypothesis
4. Which test will you use to assess the research hypothesis?
5. Formulate the assumptions of the test and assess the assumptions using
diagnostic plots.
6. If all assumptions to perform the test are met, complete the analysis and
formulate a proper conclusion.