activations | R Documentation |
Identify areas of activation for each field from the result of BayesGLM
or fit_bayesglm
.
activations(
x,
Bayes = TRUE,
gamma = NULL,
alpha = 0.05,
correction = c("FWER", "FDR", "none"),
fields = NULL,
sessions = NULL,
verbose = 1
)
id_activations(
x,
Bayes = TRUE,
gamma = NULL,
alpha = 0.05,
correction = c("FWER", "FDR", "none"),
fields = NULL,
sessions = NULL,
verbose = 1
)
x |
Result of |
Bayes |
Use spatial Bayesian modeling to identify activations based on
the joint posterior distribution? Default: |
gamma |
Activation threshold, for example |
alpha |
Significance level for inference. Default: |
correction |
For the classical method only: Type of multiple comparisons
correction: |
fields |
The field(s) to identify activations for. Give either the name(s)
as a character vector, or the numerical indices. If |
sessions |
The session(s) to identify activations for. Give either the
name(s) as a character vector, or the numerical indices. If |
verbose |
|
An "act_BGLM"
or "act_fit_bglm"
object, a
list which indicates the activated locations along with related information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.