top of page

About the course

Reference

The two main references for the course are

 

  • Bradley Efron and Robert J. Tibshirani (1994): An introduction to bootstrap.

  • Davison A.C. and Hinkley D.V (1997): Bootstrap Methods and Their Application.

We follow more closely the book of Efron and Tibshirani and cover materials from the first 17 chapters of their book. Note that for some of the examples we use different datasets than those used by Efron and Tibshirani.

The examples presented in the course are all implemented in R. For most of the examples we use a for loop. A course about R (including a for loop in R) is available online here:

General information about the course

 

Course materials include

  • Slides.

  • R program for the examples presented in the course.

  • Datasets that are used for illustrations are R datasets and external datasets are not needed. For most of the examples, the same datasets presented in Efron and Tibshirani’s book are used. Note that some datasets are a part of the bootstrap R package; therefore, the package should be installed.

  • Online interactive book.

  • Links for YouTube tutorials are available in both slides and the online book. Note that these tutorials were not developed especially for this course but they cover the same topics, usually with different examples.

As a student in the course, you can choose between two study methods:

  • If you prefer the traditional slides approach, you can click on the button Topics. This will take you to a page with 7 chapters that cover all topics in the course. Each chapter has its own slides presentation and an R program contains all the examples used in the course and presented in the slides is available as well.

  • If you prefer a more interactive study style, clink on the button Online book that will take you to the page with an online interactive book that was written for the course. Note that the slides presentations and the book cover the same materials and the interactive book include the slides as well.

bottom of page