Description Usage Arguments Value See Also Examples
This function performs Adaptive Fisher (AF) test on GLM-based Score Statistics.
1 2 3 4 5 6 7 8 9 10 11 |
Y |
Response Variable. A vector or length |
X |
Explanatory Variables to be tested. A matrix with dimensions |
binary |
Indicator of whether |
cov |
Covariates. A matrix with dimensions |
nperm |
Number of permutations. Also the starting number of
permutations for "step-up" algorithm. Default is |
adapt_perm |
Whether "step-up" algorithm is used for P-value
calculation. If FALSE, function permutes |
cutoff |
Cutoff for "step-up" algorithm. |
n0 |
Tuning parameter. Discard the first |
seed |
Specify the seed for permutations. |
An object of "AF" class.
P-value of AF test.
AF statisitc.
Indexes of P-values combined into the test statistic. Indexes are sorted so that P-values are in ascending order.
AF statistics for all permuted samples.
P-values of AF statistics for all permuted samples.
Method used.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.