I asked this question on twitter.

load the package

library(tidyverse)

make some dummy data

The dummy example: We have two groups of samples: disease and health. We treat those cells in vitro with different dosages (0, 1, 5) of a chemical X and count the cell number after 3 hours.

x <- tibble( '0' = c(8.66, 11.50,  …