powered by
Outlier detection plot
outlierPlot(data, method = "iqr", columnName, cutoffValue = 0.05, priColor = "blue", optionalPlots = 0)
the dataframe that needs to be loaded
the method on which outliers are to be identified
the name of column for which the outliers are identified
the cut off value to define the threshold for outliers
the primary color for the plots
A Flag for optional plots
Outliers plot object
Outlier are to be identified on the selected column from the dataframe
Other Package EDA Utilites functions: CheckColumnType, bivarPlots, correlationMatPlot, getDatatype, ignoreCols, multiVarOutlierPlot, univarCatDistPlots
CheckColumnType
bivarPlots
correlationMatPlot
getDatatype
ignoreCols
multiVarOutlierPlot
univarCatDistPlots
# NOT RUN { outlierPlot(data = iris, columnName = "Sepal.Length") # }
Run the code above in your browser using DataLab