View source: R/quantile_aggregation.R
quantile_aggregation | R Documentation |
Function to apply the corresponding quantile aggregation function
quantile_aggregation(pvals, gamma = 0.5, gamma_min = 1e-05, adaptive = FALSE)
pvals |
a n_bootstrap by n_covariates matrix of the feature statistics, AGCs |
gamma |
the pre-specified percentile value used for the fixed quantile aggregation, range from 0 to 1 |
gamma_min |
the pre-specified percentile value used for the adaptive quantile aggregation, range from 0 to 1 |
adaptive |
the statement to determine the quantile aggregation function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.