prcCI | R Documentation |
confidence interval for precision or recall
prcCI(is, ns, p = c(0.025, 0.975), res = 0.001)
is |
the number of correct calls |
ns |
the number of total calls |
p |
the confidence interval probability range e.g. 0.025;0.975 |
res |
the resolution at which to sample the call rates |
the confidence interval (numerical vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.