Select Page

RStudio server on Synology DiskStation

Another use for your Synology NAS and the Docker app: run a docker instance of rocker/RStudio. I just used the following YAML: version: “3” services: rstudio: image: rocker/rstudio:latest container_name: rstudio network_mode: “bridge” restart:...

Surviving survival analysis – guide

Before we begin: an important remark. In the analysis below I am frequently using a function mesdcip, which I created a while ago. In order to reproduce my analysis, you need to copy/paste the definition of the function before you start. A guide to surviving the...

Setting up Jupyter Notebook with custom R on a Mac

Background information Jupyter Notebook is an interesting piece of software that I use regularly for some time. It is usually installed with Anaconda package manager. As long as you install fresh Anaconda and use the GUI to manage initial settings, this should work...

Data behind bars

There are multiple ways to present the data, some are better than others. However, it seems that researchers, especially in the field of life sciences, are particularly fond of one form of data presentation: the barplot. The bar plot – how good is it?¶Consider...