View source: R/04-test_classifier.R
plot.lqasSim | R Documentation |
plot
helper function for lqas_simulate_test()
functionplot
helper function for lqas_simulate_test()
function
## S3 method for class 'lqasSim'
plot(x, ...)
x |
An object of class |
... |
Additional |
An LQAS probability of classification plot
x <- lqas_simulate_test(
pop = 10000, n = 40, dLower = 0.6, dUpper = 0.9, replicates = 5, runs = 5
)
plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.