cc00-1-BumSummary-class: Class "BumSummary"

Description Slots Methods Author(s) See Also Examples

Description

An implementation class. Users are not expected to create these objects directly; they are produced as return objects from the summary method for Bum.

Slots

bum:

object of class Bum

estimates:

data.frame

Fhat:

numeric

Methods

show

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.

Author(s)

Kevin R. Coombes krc@silicovore.com

See Also

Bum

Examples

1
showClass("BumSummary")

Example output

Loading required package: oompaBase
Class "BumSummary" [package "ClassComparison"]

Slots:
                                       
Name:         bum  estimates       Fhat
Class:        Bum data.frame    numeric

ClassComparison documentation built on May 6, 2019, 5:02 p.m.