powered by
Multi-Variate Outlier Plot
multiVarOutlierPlot(data, depCol, indepCol, sizeCol, priColor = "blue", optionalPlots = 0, cutoffValue = 0.05)
the dataframe that needs to be loaded
the name of column which is to be identified as dependent column
the name of an independent column
the name of column used to define the size of point in plots
the primary color for the plots
A Flag for optional plots
A p-alue cutoff for detecting outliers
Outliers plot
Multivaraite outlier plot using the selected columns from the dataframe
Other Package EDA Utilites functions: CheckColumnType, bivarPlots, correlationMatPlot, getDatatype, ignoreCols, outlierPlot, univarCatDistPlots
CheckColumnType
bivarPlots
correlationMatPlot
getDatatype
ignoreCols
outlierPlot
univarCatDistPlots
# NOT RUN { multiVarOutlierPlot(data = iris, depCol = "Sepal.Length", indepCol = "Sepal.Width", sizeCol = "Petal.Length") # }
Run the code above in your browser using DataLab