-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
66 lines (39 loc) · 1.6 KB
/
README.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
title: "Generalized Linear Models"
output:
github_document:
toc: true
toc_depth: 3
editor_options:
chunk_output_type: inline
---
<font size="5"> 1. **Continuous data: Linear models**: Linear regression, anova and extentions of these.</font>
- Text Linear models.
[Pdf-file](linmod.pdf) of the text.
- [Answers](Answer-linmod.md) exercises linear models.
- Presentation.
[pdf-file](linmod-pres.pdf)
<font size="5"> 2. **Binary data: Logistic regression** including the likelihood approach.</font>
- Text logistic regression models, [Pdf-file](logreg.pdf) of the text.
- [Answers](Answer-logreg1.md) to execises logistic regression part 1.
- [Answers](Answer-logreg2.md) to execises logistic regression part 2.
- Presentation.
[pdf-file](logreg-pres.pdf)
<font size="5"> 3. **Count data: Poisson models**</font>
- Text Poisson models, [Pdf-file](poisson.pdf) of the text
- [Answers](Answer-poisson.md) exercises poisson models.
- Presentation.
[pdf-file](count-pres.pdf)
<font size="5"> 4. **Generalized linear models**</font>
- Text short intermezzo on generalized linear models, [Pdf-file](genlinmod.pdf)
- Presentation.
[pdf-file](genlinmod-pres.pdf)
<font size="5"> 5. **Dependent data: Mixed effect models**</font>
- Text Mixed effect models, [Pdf-file](Dependent_data.pdf) of the text
- [Answers](Answer-mixedmodels1.md) exercises Mixed effect models 1 models.
- [Answers](Answer-mixedmodels2.md) exercises Mixed effect models 2 models.
- Presentation.
[pdf-file](mixed-models-pres.pdf)
<font size="5">
All comments are most welcome. Please email me:
[email protected]</font>