powered by
reverse graphical approach for two hypotheses
rga2h(w, G, p, alpha)
a vector of initial weights
a matrix of initial transaction weights
a vector of p-values
a number of significance level
a logical vector indicating whether the hypothesis is rejected: TRUE = rejected, FALSE = accepted
Gou, J. (2020). Reverse graphical approaches for multiple test procedures. Technical Report.
# NOT RUN { w <- c(0.3,0.7) G <- matrix(c(0,1,1,0),nrow=2,byrow=TRUE) p <- c(0.032, 0.038) alpha <- 0.05 rga2h(w=w,G=G,p=p, alpha=alpha) # }
Run the code above in your browser using DataLab