R/plot.outlierProbs.R

Defines functions plot.outlierProbs

Documented in plot.outlierProbs

plot.outlierProbs <- function(x,...) {
  dotchart(as.numeric(x), xlim = c(0,1),xlab="Outlier Probability",...)
  abline(v=0.0,lty=3)
  abline(v=1.0,lty=3)
}

Try the robmixglm package in your browser

Any scripts or data that you put into this service are public.

robmixglm documentation built on May 9, 2022, 9:08 a.m.