aorc(pValues, alpha, startIDX_SUD=length(pValues), betaAdjustment,
silent=FALSE)errorControl, containing the type of error (FDR)
controlled by the function and the level alpha.r <- c(runif(10), runif(10, 0, 0.01))
result <- aorc(r, 0.05)
result <- aorc(r, 0.05, startIDX_SUD = 1) ## step-down
result <- aorc(r, 0.05, startIDX_SUD = length(r)) ## step-up}Run the code above in your browser using DataLab