Learn R Programming

ClassComparison (version 3.1.6)

BumSummary-class: Class "BumSummary"

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.

Arguments

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.

See Also

Bum

Examples

Run this code
# NOT RUN {
showClass("BumSummary")
# }

Run the code above in your browser using DataLab