Rejects a node/hypothesis and updates the graph accordingly.
Rejects a node/hypothesis and updates the graph accordingly.
rejectNode(graph, node, upscale = FALSE, verbose = FALSE, keepWeights = FALSE)
graph |
A graph of class |
node |
A character string specifying the node to reject. |
upscale |
Logical. If |
verbose |
Logical scalar. If |
keepWeights |
Logical scalar. If |
For details see the given references.
An updated graph of class graphMCP
or entangledMCP
.
Kornelius Rohmeyer rohmeyer@small-projects.de
Frank Bretz, Willi Maurer, Werner Brannath, Martin Posch: A graphical approach to sequentially rejective multiple test procedures. Statistics in Medicine 2009 vol. 28 issue 4 page 586-604. http://www.meduniwien.ac.at/fwf_adaptive/papers/bretz_2009_22.pdf
g <- BonferroniHolm(5) rejectNode(g, "H1")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.