engagements | R Documentation |
Identify areas of engagement in each network from the result of (spatial) Bayesian brain mapping.
engagements(
bMap,
u = NULL,
z = NULL,
alpha = 0.01,
type = c(">", "abs >", "<", "!="),
method_p = "BH",
verbose = FALSE,
which.nets = NULL,
deviation = FALSE
)
bMap |
Fitted (spatial) Bayesian brain map from |
u , z |
Set a threshold value for engagement? A threshold value can be
specified directly with |
alpha |
Significance level for hypothesis testing. Default: |
type |
Type of region: |
method_p |
If the input is a |
verbose |
If |
which.nets |
Indices of networks for which to identify engagements. If
|
deviation |
If |
A list containing engagement maps for each network, the joint and marginal PPMs for each network, and the parameters used for computing engagement. If the input represented CIFTI- or NIFTI-format data, then the engagements maps will be formatted accordingly.
Use summary
to obtain information about the engagements results.
For CIFTI-format engagements, use plot
to visualize the engagement
maps.
## Not run:
engagements(bMap_result, alpha=.05, deviation=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.