Split up data.frame by sample-column and calculate quantiles
1 | calc_quantiles(dat, column = "t_dm2", alpha = 0.05, type = 8)
|
dat |
data.frame |
column |
which column in data.frame to use |
alpha |
alpha-level (not yet used) |
type |
type of quantile calculation (passed on to stats::quantile) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.