Computes a confidence set for the number of false hypotheses among a subset of using a binary search
TopDown_C_binary_subset(LocalTest, pSub, pRest, alpha, low, high, verbose)
A function that returns a double in (0, 1).
A vector of p-values from the subset of interest.
A vector of the remaining p-values.
A double indicating the significance level
integer denoting the starting point for the search. Should start at zero.
integer denoting the end point of the search. Should end at pvals.size() - 1.
boolean, indicating whether to print progress.