autohrf-datasets {autohrf} | R Documentation |
Datasets for autohrf examples Example datasets for use in autohrf examples and vignettes. The datasets were extracted from the internal Mind and Brain Lab's (MBLab, http://www.mblab.si repository. MBLab is a research lab at the Faculty of Arts, Department of Psychology, University of Ljubljana, Slovenia.
Description
Datasets for autohrf examples Example datasets for use in autohrf examples and vignettes. The datasets were extracted from the internal Mind and Brain Lab's (MBLab, http://www.mblab.si repository. MBLab is a research lab at the Faculty of Arts, Department of Psychology, University of Ljubljana, Slovenia.
Format
swm
-
fMRI dataset for a spatial working memory experiment.
Source: Internal MBLab repository.
11520 obs. of 3 variables
-
roi
region of interest. -
time
time stamp. -
y
BOLD value.
-
swm_autofit
-
Stored results from a pre-completed autohrf run.
Source: Internal MBLab repository.
swm_autofit1
-
Stored results from a pre-completed autohrf run.
Source: Internal MBLab repository.
swm_autofit2
-
Stored results from a pre-completed autohrf run.
Source: Internal MBLab repository.
flanker
-
fMRI dataset for a flanker experiment.
Source: Internal MBLab repository.
192 obs. of 3 variables
-
roi
region of interest. -
time
time stamp. -
y
BOLD value.
-
flanker_autofit
-
Stored results from a pre-completed autohrf run.
Source: Internal MBLab repository.
Examples
# load swm data
data_swm <- swm
# load the previously completed autofits
autofit <- swm_autofit
autofit1 <- swm_autofit1
autofit2 <- swm_autofit2
# load flanker data
data_flanker <- flanker
# load the previously completed autofits
autofit3 <- flanker_autofit