analysis_outliers {creditmodel} | R Documentation |
#' analysis_outliers
is the function for outliers analysis.
analysis_outliers(dat, target, x, lof = NULL)
dat |
A data.frame with independent variables and target variable. |
target |
The name of target variable. |
x |
The name of variable to process. |
lof |
Outliers of each variable detected by |
A data.frame with outliers analysis for each variable.