prevalence | R Documentation |
Activations prevalence.
prevalence(
act_list,
gamma_idx = 1,
p_test = NULL,
alpha = 0.05,
correction = c("FWER", "FDR", "none")
)
act_list |
List of activations from |
gamma_idx |
If activations at multiple thresholds were computed, which threshold should be used for prevalence? Default: the first (lowest). |
p_test |
For inference: the expected baseline rate of activation for all
data locations, under the null hypothesis. Default: |
alpha |
Significance level for inference. Default: |
correction |
For the classical method only: Type of multiple comparisons
correction: |
A list containing the prevalences of activation, as a proportion of
the results from act_list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.