| FWER_set_C | R Documentation | 
Computes a the number of hypotheses that can be rejected with FWER control by using a binary search
FWER_set_C(LocalTest, pvals, alpha, low, high, verbose)
| LocalTest | A function that returns a double in (0, 1). | 
| pvals | A vector of p-values. | 
| alpha | A double indicating the significance level | 
| low | integer denoting the starting point for the search. Should start at zero. | 
| high | integer denoting the end point of the search. Should end at pvals.size() - 1. | 
| verbose | boolean, indicating whether to print progress. | 
The number of hypotheses that can be rejected with kFWER control at a user specific k.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.