View source: R/validation-functions.R
validate_catch_price | R Documentation |
This function takes a preprocessed landings' matrix and uses univariate techniques (see univOutl::LocScaleB) for the identification of outliers in the distribution of the total catch values associated to surveys.
validate_catch_price(data, method = NULL, k = NULL)
data |
A preprocessed data frame |
method |
character identifying how to estimate the scale of the distribution. Available choices are:
When When Finally, when |
k |
Nonnegative constant that determines the extension of bounds. Commonly used values are 2, 2.5 and 3 (default). |
A data frame containing validated catch values.
## Not run:
pars <- read_config()
landings <- get_merged_landings(pars)
validate_catch_value(landings, method = "MAD", k = 13)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.