calc_quantiles {detzrcr} | R Documentation |
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
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) |
[Package detzrcr version 0.3.1 Index]