View source: R/outlierProbs.robmixglm.R
outlierProbs | R Documentation |
For the normal mixture random effect calculates the probability that each observation is an outlier based on the posterior probability of it being an outlier.
outlierProbs(object)
object |
A metaplus object with a mixture (robust) random effects distribution. |
The outlier probabilities are obtained as the posterior probabilities of each observation being an outlier based on the fitted mixture model.
outlier.prob |
Posterior probability that each observation is an outlier |
Ken Beath <ken.beath@mq.edu.au>
library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
outlierProbs(forbes.robustmix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.