Last modified by jtkarvan@helsinki_fi on 2024/03/27 09:59

Show last authors
1 === Book ===
2
3 McCullagh, P. & Nelder, J.A. Generalized linear models, 2nd edn, Chapman & Hall, 1989.
4
5 === Lecture notes ===
6
7 * spring 2009 [[Whole document>>attach:lectures.pdf]] (version 2009-04-30)
8 ** [[Sections 1-3>>attach:lecturenotes123.pdf]] (version 2009-04-30)
9 ** [[Sections 4-5>>attach:lecturenotes45.pdf]] (version 2009-04-06)
10 ** [[Sections 6-9>>attach:lecturenotes6789.pdf]] (version 2009-04-23)
11 ** [[Sections 10>>attach:lecturenotes10.pdf]] (version 2009-04-30)
12 ** [[R examples>>attach:Rexamples.txt]] (version 2009-04-22)
13 ** [[Summary slides>>attach:glmsummary.pdf]] (version 2009-04-30)
14 * [[spring 2008>>url:http://www.rni.helsinki.fi/~~jmh/glm08/||shape="rect"]]
15 * [[syksy 2005>>url:http://www.rni.helsinki.fi/~~jmh/glm05/glm05.pdf||shape="rect"]]
16
17 === Exercises ===
18
19 The assignments are distributed during the previous week in the lectures and through this web page. Extra points (maximum 3 points) earned by solving the exercises will be added to the course exam points. An exercise is considered as solved, if you volunteer to present your solution in the exercise session.
20
21 * 2009-03-17 [[Exercises 2>>attach:exercises2.pdf]]
22 * 2009-03-24 [[Exercises 3>>attach:exercises3.pdf]]
23 * 2009-03-31 [[Exercises 4>>attach:exercises4.pdf]]
24 * 2009-04-07 [[Exercises 5>>attach:exercises5.pdf]]
25 * 2009-04-21 [[Exercises 6>>attach:exercises6.pdf]]
26 * 2009-04-28 [[Exercises 7>>attach:exercises7.pdf]]
27
28 === Datasets ===
29
30 * Experimental data: [[Switching measurements on superconducting Josephson junctions>>url:http://www.blackwellpublishing.com/rss/Readmefiles/56p2Karvanen.htm||shape="rect"]]
31 ** [[Experiment: R data>>url:http://www.tilastotiede.fi/data/switching1.Rdata||shape="rect"]]
32 ** [[Experiment: CSV data>>url:http://www.tilastotiede.fi/data/switching1.csv||shape="rect"]]
33 ** [[Verification: R data>>url:http://www.tilastotiede.fi/data/switching2.Rdata||shape="rect"]]
34 ** [[Verification: CSV data>>url:http://www.tilastotiede.fi/data/switching2.csv||shape="rect"]]
35 ** Article: [[published>>url:http://dx.doi.org/10.1111/j.1467-9876.2007.00572.x||shape="rect"]] [[preprint>>url:http://arxiv.org/pdf/cond-mat/0610507||shape="rect"]]
36 * Observational data: [[Follow-up data on cardiovascular diseases>>url:http://www.ktl.fi/publications/morgam/qa/followup/tablef31.htm||shape="rect"]]
37 ** [[R data>>url:http://www.tilastotiede.fi/data/finrisk_followup.Rdata||shape="rect"]]
38 ** [[CSV data>>url:http://www.tilastotiede.fi/data/finrisk_followup.csv||shape="rect"]]
39 * Observational data: [[Canadian Automobile Insurance Claims for 1957-1958>>url:http://www.statsci.org/data/general/carinsca.html||shape="rect"]]
40 * Observational data: [[Third Party Motor Insurance in Sweden>>url:http://www.statsci.org/data/general/motorins.html||shape="rect"]]
41 * Observational data: [[SUPPORT (Study to Understand Prognoses Preferences Outcomes and Risks of Treatment)>>url:http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/SupportDesc||shape="rect"]]
42 ** [[R data>>url:http://biostat.mc.vanderbilt.edu/twiki/pub/Main/DataSets/support.sav||shape="rect"]]
43
44 === R ===
45
46 * [[http:~~/~~/www.r-project.org/>>url:http://www.r-project.org/||shape="rect"]]
47 * [[R Site Search>>url:http://finzi.psych.upenn.edu/nmz.html||shape="rect"]]