Functions for comparing outputs of different procedures.
compareMutoss(...)
mu.compare.adjusted(comparison.list, identify.check=F)
mu.compare.critical(comparison.list, identify.check=F)
mu.compare.summary(comparison.list)
Returns a list with the following components:
types: Character vector of error types corrsponding to each procedure.
rates: Numeric vector of error rates used for each procedure.
pi.nulls: Numeric vector of estimates of the proportion of true null hypothesis if avilable.
raw.pValues: The raw p-values used for each procedure.
adjusted.pvals: Data frame with columns holding procedure specific adjusted p values.
criticalValue: Data frame with columns holding the critical values corresponding to each procedure and error rate.
rejections: Data frame with columns holding logical vectors of rejected hypotheses (TRUE for rejected).
Creates a plot with the adjusted p-values for each procedure.
Creates a plot with the critical values for each procedure and error rate.
Creates a short textual summary for comparing results of different procedures.
Jonathan Rosenblatt
An arbitrary number of Motoss class objects.
The output of the compareMutoss
function.
Logical parameter specifying if hypotheses should be identified on the output plots.
These functions are used to compare the results of different multiple comparisons procedures stored as Mutoss class objects.
compareMutoss
takes as input an arbitrary number of Mutoss objects and arranges them in a simple list objects (non S4).
mu.compare.adjuted
, mu.compare.critical
and mu.compare.summary
take the output of the compareMutoss
and plots or summerize the results textually or graphically.