Description Usage Arguments Value Author(s)
View source: R/data_utils_functions.R
Identify feature outliers based oin IQR and exclude patients having a number of feature outliers greater than or equal to a predifined thereshold. This function is usefult to exclude heterogeneous patients and make the dataset more homogenous.
1 | find_outliers(rdr = NULL, fraction_outliers = NULL)
|
rdr |
A RadAR object (class |
fraction_outliers |
(numeric) Minimum fraction of feature outliers to exclude a patient. |
An updated, eventually reduced, rdr (a RadAR object)
Matteo Benelli (matteo.benelli@uslcentro.toscana.it)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.