View source: R/plot.outlierProbs.R
plot.outlierProbs | R Documentation |
Plots the outlier probability for each observation, from an outlierProbs object.
## S3 method for class 'outlierProbs'
plot(x, ...)
x |
outlierProbs object to be plotted |
... |
additional parameters to plot |
Plot
Ken Beath <ken.beath@mq.edu.au>
library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
plot(outlierProbs(forbes.robustmix))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.