powered by
Plots the outlier probability for each observation, from an outlierProbs object.
# S3 method for outlierProbs plot(x, ...)
Plot
outlierProbs object to be plotted
additional parameters to plot
Ken Beath <ken.beath@mq.edu.au>
# \donttest{ library(MASS) data(forbes) forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1) plot(outlierProbs(forbes.robustmix)) # }
Run the code above in your browser using DataLab