Chapter 2 Recommendations and inspiration
Here follows a collection of suggestions on packages, pages and clever solutions
2.1 Applications of R in Healthcare
This is a very thorough book introducing a very wide range of functions in R, beginning from scratch. The book is written by Thanh Phan (whom Anne has worked with(“Can Helicopters Solve the Transport Dilemma for Patients With Symptoms of Large-Vessel Occlusion Stroke in Intermediate Density Areas? A Simulation Model Based on Real Life Data,” n.d.)), and is still a work in progress.
I (andreas) have made a publishable fork of the work, which can be accessed here. Just note that not all examples are working do to missing data sets or references to non-maintained packages.
2.2 More Advanced R
The Advanced R course at the PhD School at AU is based on this book: Advanced R Course by Florian Privé.
This is a really good collection of more advanced R-use with focus on using the tidyverse-packages and working efficiently. A lot of other external references are also included for further reading.
2.3 PhD Biostat course CheatSheet
As part of the PhD BioStat course, the teacher, Eric Parner is providing a Data Analysis reference overview, or CheatSheet.
Biostat CheatSheet - click to download - source: Eric Parner, AU |
2.5 Inspiration for plots
Data can be visualised in many ways. Deciding on the best plot can be difficult. Here are some sources of insppiration:
- Cheatsheet on Grafics Principles.
2.6 On People Analytics
A “Handbook of Regression Modeling in People”. The book is very recent (last update on 19 August 2022), with lots of example code and data. Code examples in both R, Python and Julia. All free and open source languages used in data analytics.
2.7 Statistacal learning
The field of statistical learning or machine learning is increasingly popular.
The PhD School at AU offers courses on applied SL/ML, and here follows just a short introduction.
The mandatory book on SL/ML in R is “An introduction to statistical learning with applications in R”(Gareth James et al. 2021). Here is a short review:
Tee book can be downloaded for free as a PDF and is highly recommended. Also, there is a lecture series on youtube with the authors on the first edition of the book (currently in second edition).
2.8 Finalfit
The finalfit package provides functions that help you quickly create elegant final results tables and plots when modelling in R. These can easily be exported as Word documents, PDFs, or html files.