hampel.test | R Documentation |
Apply an Hampel's test on a data.frame
hampel.test(DF, bool = TRUE, threshold = 5.2, ...)
DF |
a numeric data.frame |
bool |
logical; default=TRUE. Whether the result should be given as a |
threshold |
numeric. Default: 5.2 (expects a normal distribution) |
... |
additional parameters for stats::mad |
a result data.frame. If logical: TRUE means that the value passes the Hampel test for the given threshold. If numeric, values failing the test are set to 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.