R for Analysis of Clinical Trial Data

Workshop material

Please download the following (zip) files before coming to the workshop

  • Datasets to be used during the workshop. These include some text files containing datasets from the book SAS Programming in the Pharmaceutical Industry by Jack Shostak, as well as some binary format datasets.
  • R Notebooks that can be opened in R Studio and used to follow along with the presentations. These are the source files for the handouts linked below.

Prerequisites

Participants should have the following software installed on their laptops:

Additionally, install the sas7bdat package by running the following from R:

If prompted to choose a mirror, choose the first one from the list.

R comes with a vast library of add-on packages which substantially enhance the R ecosystem. We will deliberately avoid using such packages in this introductory workshop, and stick to the “base + recommended” packages that come with a default installation of R.

The following additional packages are optional, but may be used for illustration.

Handouts

Useful resources