Learn R Programming

sleacr (version 0.1.3)

lqas_get_class_prob: Produce misclassification probabilities

Description

Produce misclassification probabilities

Usage

lqas_get_class_prob(x)

Value

A list object of class lqasClass for LQAS misclassification probabilities results

Arguments

x

Simulated results data produced by lqas_simulate_test()

Examples

Run this code
sim <- lqas_simulate_test(
  pop = 10000, n = 40, dLower = 0.6, dUpper = 0.9, replicates = 5, runs = 5
)

lqas_get_class_prob(x = sim)

Run the code above in your browser using DataLab