Learn R Programming

biogeo (version 1.0)

rjack: Outlier detection using the Reverse Jackknife

Description

Implements the Reverse Jackknife procedure as described by Chapman (2005). Used in outliers.

Usage

rjack(d)

Arguments

d
values of an environmental variable extracted from points

Value

indices of values that are outliers

Details

This function is based on the Reverse Jackknife method described by Chapman (2005)

References

Chapman, A.D. (2005) Principles and Methods of Data Cleaning - Primary Species and Species- Occurrence Data, version 1.0. Report for the Global Biodiversity Information Facility, Copenhagen.

See Also

outliers, errorcheck

Examples

Run this code
a<-rjack(x)

Run the code above in your browser using DataLab