fmridata {BHMSMAfMRI}R Documentation

A simulated fMRI data for 3 subjects

Description

A simulated fMRI data containing true regression coefficients images for three subjects and design matrix

Usage

data(fmridata)

Format

A list containing the following.

Details

This dataset contains only the true coefficients. The noisy fMRI data, which are generated by adding Gaussian random noise to these true coefficients, are included in the extdata directory within the package directory. The function readfmridata can be used to read those data files. The true coefficients and the noisy data both are generated using the R package neuRosim. The following specifications were used to generate the data: totaltime=18, onsets=seq(1,18,by=8), durations=1, TR=2, effectsize=1, hrf="double-gamma", regions=3, radius=c(1,1,1), form="sphere", fading=1, SNR=1.5, noise="white". The centers of the activation regions were chosen manually. For information regarding the specifications, see neuRosim help.


[Package BHMSMAfMRI version 2.1 Index]