
Plots the outlier probability for each study, from an outlierProbs object.
# S3 method for outlierProbs
plot(x, ...)
Plot
outlierProbs object to be plotted
additional parameters to plot
Ken Beath <ken@kjbeath.id.au>
# \donttest{
data(mag)
mag.mix <- metaplus(yi, sei, plotci = TRUE, slab = study, random = "mixture", cores = 1, data = mag)
mag.mix.outlierProbs <- outlierProbs(mag.mix)
plot(mag.mix.outlierProbs)
# }
Run the code above in your browser using DataLab