prevalence {BayesfMRI} | R Documentation |
Activations prevalence.
Description
Activations prevalence.
Usage
prevalence(
act_list,
gamma_idx = 1,
p_test = NULL,
alpha = 0.05,
correction = c("FWER", "FDR", "none")
)
Arguments
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: |
Value
A list containing the prevalences of activation, as a proportion of
the results from act_list
.
[Package BayesfMRI version 0.10.1 Index]