Statmap | R Documentation |
Creates the statistical parametric mapping in NIfTI format.
Statmap(copes, alternative = "two.sided", path = getwd(),
name = "map", Pmap = FALSE, mask = NULL)
copes |
List of NIfTI file. The list of copes, i.e., contrasts maps, one for each subject used to compute the statistical tests. |
alternative |
Character string. It refers to the alternative hypothesis, must be one of |
path |
Character string. Path to save the plot. The path does not must end with |
name |
Character string. The name of file that will be used to save the plot. Default to "map". |
Pmap |
Boolean value. If |
mask |
NIfTI file or character string. 3D array of logical values (i.e. |
Save the Statistical Parametric Mapping Nifti file in path
with name specified in name
.
Angela Andreella
## Not run:
library(fMRIdata)
data(Auditory_copes)
data(Auditory_mask)
Statmap(copes = Auditory_copes, mask = Auditory_mask)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.