View source: R/04-test_classifier.R
lqas_get_class_prob | R Documentation |
Produce misclassification probabilities
lqas_get_class_prob(x)
x |
Simulated results data produced by |
A list object of class lqasClass
for LQAS misclassification
probabilities results
sim <- lqas_simulate_test(
pop = 10000, n = 40, dLower = 0.6, dUpper = 0.9, replicates = 5, runs = 5
)
lqas_get_class_prob(x = sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.