Outlier detection class for multiple methods
Slots
resultList of data sets with outliers detected.
modeEither ´TRUE´ for multiple species and FALSE for one species.
varusedThe variable used for outlier detection, useful for univariate outlier detection methods.
outEither outliers or clean dataset outputted.
methodsusedThe methods used in outlier detection.
dfnamethe dataframe name to aid tracking it during clean data extraction.
excludedwhether some columns were excluded during outlier detection. useful for multivariate methods where coordinates are removed from the data.
pcparameters for principal component analysis.
bootstrapparameters for bootstrapping for small data sets.
nbootsthe number of bootstraps during bootstrapping.
pcvariablevariable to be considered during PCA.
pcretainedthe number data columns retained. the default is 3.
maxrecordsthe maximum number of records used for bootstrapping.