gMCP(graph, pvalues, test, correlation, alpha=0.05,
approxEps=TRUE, eps=10^(-3), ..., verbose=FALSE)
graphMCP
."Dunnett"
.eps
.TRUE
verbose output is generated during
sequentially rejection steps.gMCPResult
, more specifically a list with elementspvalues
and rejected
are set.Bretz F., Posch M., Glimm E., Klinglmueller F., Maurer W., Rohmeyer K. (2011): Graphical approaches for multiple endpoint problems using weighted Bonferroni, Simes or parametric tests - to appear.
Strassburger K., Bretz F.: Compatible simultaneous lower confidence bounds for the Holm procedure and other Bonferroni based closed tests. Statistics in Medicine 2008; 27:4914-4927.
Hommel G., Bretz F., Maurer W.: Powerful short-cuts for multiple testing procedures with special reference to gatekeeping strategies. Statistics in Medicine 2007; 26:4063-4073.
Guilbaud O.: Simultaneous confidence regions corresponding to Holm's stepdown procedure and other closed-testing procedures. Biometrical Journal 2008; 50:678-692.
graphMCP
g <- BonferroniHolmGraph(5)
gMCP(g, pvalues=c(0.01, 0.02, 0.04, 0.04, 0.7))
Run the code above in your browser using DataLab