View source: R/plot.outlierProbs.R
plot.outlierProbs | R Documentation |
Plots the outlier probability for each study, 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>
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.