calc_quantiles: Calculate quantiles
Description
Split up data.frame by sample-column and calculate quantiles
Usage
calc_quantiles(dat, column = "t_dm2", alpha = 0.05, type = 8)
Arguments
column
which column in data.frame to use
alpha
alpha-level (not yet used)
type
type of quantile calculation (passed on to stats::quantile)