BumSummary-class | R Documentation |
An implementation class. Users are not expected to create these objects
directly; they are produced as return objects from the summary method for
Bum
.
bum
:object of class Bum
estimates
:data.frame
Fhat
:numeric
signature(object = "BumSummary")
: Print the
object, which contains a summary of the underlying Bum
object. The summary contains a data frame with estimates of the
fraction of true positives (TP), false positives (FP), true negatives
(TN) and false negatives (FN) at the set of p-value cutoffs
specified in the call to the summary method.
Kevin R. Coombes krc@silicovore.com
Bum
showClass("BumSummary")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.