Description Usage Arguments Value Examples
View source: R/spm12_contrast_query.R
Build contrasts query for SPM12 results
1 2 3 4 5 6 7 | spm12_contrast_query(weights = Inf, name = "",
threshold_type = c("FWE", "none", "FDR"), threshold = 0.05,
number_extent_voxels = 0, mask_type = c("None", "Contrast", "Image"),
mask_image = NULL, mask_contrast = NULL, mask_threshold = 0.05,
mask_inclusive = TRUE)
spm12_contrast_query_list(cons)
|
weights |
Weights of the contrast, must be the same length as the number of regressors |
name |
Name of the contrast |
threshold_type |
type of thresholding done, if any |
threshold |
Threshold value |
number_extent_voxels |
Number of voxel extent to call an area a cluster |
mask_type |
type of mask, if any |
mask_image |
If |
mask_contrast |
Vector of weights for the contrast that
will be used as the mask if |
mask_threshold |
if |
mask_inclusive |
Is the mask inclusive? If |
cons |
List of contrasts |
A list of objects, each with a
titlestr
(title string), contrast, threshold description,
threshold value, extent of voxels, and a mask (if appropriate)
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.