Learn R Programming

sleacr (version 0.1.3)

plot.lqasSim: plot helper function for lqas_simulate_test() function

Description

plot helper function for lqas_simulate_test() function

Usage

# S3 method for lqasSim
plot(x, ...)

Value

An LQAS probability of classification plot

Arguments

x

An object of class lqasSim produced by lqas_simulate_test() function

...

Additional plot parameters

Examples

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

Run the code above in your browser using DataLab