powered by
Print Bayesian test for no adverse shift.
# S3 method for outlier.bayes print(x, ...)
Print to screen: display Bayes factor and other information.
A outlier.test object from a D-SOS test.
outlier.test
Placeholder to be compatible with S3 method plot.
plot
Other s3-method: plot.outlier.bayes(), plot.outlier.test(), print.outlier.test()
plot.outlier.bayes()
plot.outlier.test()
print.outlier.test()
# \donttest{ set.seed(12345) os_train <- rnorm(n = 3e2) os_test <- rnorm(n = 3e2) test_to_print <- bf_from_os(os_train, os_test) test_to_print # }
Run the code above in your browser using DataLab