Today
Course material
All lecture notes are in RMarkdown (qmd). It is a good idea to learn by running through the code examples. You can do this in several ways.
Run locally on your own computer
-
Install the most recent versions of R and RStudio.
-
Git clone the course material in RStudio:
File->New Project...->Version Control->Git. Enterhttps://github.com/ucla-biostat-200c/2025spring.gitin theRepository URLand clickCreate Project. -
Course material is updated frequently. Remember to
git pullto obtain the most recent material at beginning of each session.