id.outliers | R Documentation |
given a vector of data, identify those positions that are 'nsd' standard deviation units from the mean
id.outliers(x, nsd = 5)
x |
a vector of numerical values |
nsd |
the number of standard deviation from the mean outliers are identified at. Default value is 5. |
a vector indexing which samples are outliers
ex_data = rnbinom(500, mu = 40, size = 5) id.outliers(ex_data, nsd = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.