Description Usage Arguments Value Note Author(s) See Also Examples
Calculates the outliers using the reverse jackknife procedure (see rjack) and boxplot statistics (using boxplot.stats). If the value lies 1.5 times beyond the length of the box in the boxplot then it is considered to be an outlier. This function is used by errorcheck.
1 | outliers(rid, species, dups, ev)
|
rid |
row identifier created in errorcheck |
species |
column of species names |
dups |
a column of zeros and ones, where ones indicate duplicates |
ev |
the values of the environmental variable |
values of 1 if records is an outlier and zero if not in two columns. The first column is for the boxplot method and the second is for the reverse jackknife method.
This function is only applied to a species if there are 10 or more records for that species.
Mark Robertson
errorcheck, boxplot.stats, rjack
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.