Description Usage Arguments Value
censor dat remove the outliers on the upper side by capping the values at the provided quantile
1 | censor_dat(x, quant = 0.999, symmetric = F)
|
x |
values to censor |
quant |
quantile to censor, i.e. how many percent of values are considered outliers |
symmetric |
censor on both side. In this case the outliers are assumed to be symetric on both sides. For example if a quantile of 5% (0.05) is choosen, in the symetric case 2.5% (0.025) of values are censored on both sides. |
returns the percentile of each value of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.