anom | R Documentation |
Test whether any values in x
are less than the value of
lower
, if it is not NULL
, or are greater than the
value of upper
, if it is not NULL
, or both.
anom(x, lower=NULL, upper=NULL, na.rm = TRUE)
x |
A |
lower |
A |
upper |
A |
na.rm |
A |
A logical
indicating whether any values have been found to
be outside the limits specified by lower
or upper
or both.
Chris Brien
data(exampleData)
anom.val <- anom(longi.dat$sPSA.AGR, lower=2.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.