View source: R/04-test_classifier.R
print.lqasClass | R Documentation |
print
helper function for lqas_get_class_prob()
functionprint
helper function for lqas_get_class_prob()
function
## S3 method for class 'lqasClass'
print(x, ...)
x |
An object resulting from applying the |
... |
Additional |
Printed output of lqas_get_class_prob()
function
sim <- lqas_simulate_test(
pop = 10000, n = 40, dLower = 0.6, dUpper = 0.9, replicates = 5, runs = 5
)
x <- lqas_get_class_prob(x = sim)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.