simConfusion | R Documentation |
Simulate the confusion matrix under different assumptions
simConfusion(
cvs = c(0.3, 0.6, 1, 1.4, 3),
mdrs = c(1.25, 2, 3, 5),
Nsim = 12000,
synergy = F,
reduction = 0.5,
q = 0.95
)
cvs |
vector of cv |
mdrs |
vector of mdr |
Nsim |
number of simulation |
synergy |
logical |
reduction |
reduction factor |
the confusion matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.