plot.outlierProbs {robmixglm} | R Documentation |
Plot outlier probabilities.
Description
Plots the outlier probability for each observation, from an outlierProbs object.
Usage
## S3 method for class 'outlierProbs'
plot(x, ...)
Arguments
x |
outlierProbs object to be plotted |
... |
additional parameters to plot |
Value
Plot
Author(s)
Ken Beath <ken.beath@mq.edu.au>
Examples
library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
plot(outlierProbs(forbes.robustmix))
[Package robmixglm version 1.2-3 Index]