6  Further Reading


This tutorial should at best be seen as a brief introduction to RCT evaluations, and how they can be implemented using R. Please note that we only covered parallel two-arm randomized controlled trials here, which can be regarded as the most basic RCT design.

In practice, many other “flavors” of RCTs are used to do clinical research, including cluster-randomized, cross-over, or stepped-wedge trials, all of which require their own analytic approach. An accessible introduction to these advanced trial designs and their analysis is provided in Twisk (2021), which also provides hands-on examples using STATA.

To learn more about multiple imputation and how to implement it using R, we refer the reader to the book Flexible Imputation of Missing Data written by Stef van Buuren, the maintainer of the mice package (van Buuren 2018). This book is openly available online. Another accessible overview of applied missing data handling can be found in Enders (2022).

A recommended resource to learn more about R and the tidyverse is R for Data Science by Wickham and Grolemund (2016), which is also openly accessible (see here).