Learn R Programming

creditmodel (version 1.3.1)

analysis_outliers: Outliers Analysis

Description

#' analysis_outliers is the function for outliers analysis.

Usage

analysis_outliers(dat, target, x, lof = NULL)

Arguments

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 outliers_detection.

Value

A data.frame with outliers analysis for each variable.