plot.outlier.bayes | R Documentation |
Plot Bayesian test for no adverse shift.
## S3 method for class 'outlier.bayes' plot(x, ...)
x |
A |
... |
Placeholder to be compatible with S3 method |
A ggplot2 plot with outlier scores and p-value.
Other s3-method:
plot.outlier.test()
,
print.outlier.bayes()
,
print.outlier.test()
set.seed(12345) os_train <- rnorm(n = 3e2) os_test <- rnorm(n = 3e2) test_to_plot <- bf_from_os(os_train, os_test) plot(test_to_plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.