Methods in Biostatistics 2
Topic
Lecture28 Multiple comparisons (optional) [ html | rmd | code ]
Lecture26 Permutation and non-parametric tests [ html | rmd | code ]
Lecture25 Matched pairs [ html | rmd | code ]
Lecture22 Contingency tables and goodness of fit [ html | rmd | code ]
Lecture21 Fisher's exact test [ html | rmd | code ]
Lecture19 Odds ratios and relative risks [ html | rmd | code ]
Lecture18 Binomial proportions (cont) [ html | rmd | code ]
Lecture17 Hypothesis testing (cont) [ html | rmd | code ]
Lecture16 Power [ html | rmd | code ]
Lecture14 Data transformations [ html | rmd | code ]

Some code on this page is in R markdown, which can easily be run in the freely available environment R Studio. You can also strip the code from the markdown files with the purl() function from the knitr package:

> library(knitr)

> purl("foo.Rmd")

To knit a document as html or pdf file, just hit the "Knit" tab at the top of the Source panel.