View source: R/simulate_cifti.R
spatial_effects_cifti_sub | R Documentation |
Generate spatial effects over areas for a cifti with subcortical data
spatial_effects_cifti_sub( cifti_obj, centers_lambda, smooth_FWHM, max_amplitude, n_tasks, n_subjects = 1, n_sessions = 1, n_runs = 1, subjects_var = 4, sessions_var = 2, runs_var = 1 )
cifti_obj |
a |
centers_lambda |
the parameter controlling how many centers the activations will have |
smooth_FWHM |
The full-width half-maximum smoothing value, in mm |
max_amplitude |
The maximum value taken by the spatial effect |
n_tasks |
The number of tasks to generate |
n_subjects |
The number of subjects for which to generate data |
n_sessions |
The number of sessions per subject to generate |
n_runs |
The number of runs per session to generate |
subjects_var |
The amount of average variance in coefficient location from subject to subject |
sessions_var |
The amount of average variance in coefficient location from session to session within subject |
runs_var |
The amount of average variance in coefficient location from run to run within session |
a list of xifti
objects nested by subject, session, and run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.