fsl_l1_model | R Documentation |
This function specifies a first-level GLM model in FSL based on a build_design_matrix bdm object.
fsl_l1_model(
id = NULL,
session = NULL,
l1_confound_files = NULL,
d_obj,
gpa,
model_name = NULL,
run_nifti = NULL,
nvoxels = NULL,
execute_feat = FALSE
)
d_obj |
a single-subject design matrix object generated by build_design_matrix |
gpa |
a gpa (glm_pipeline_arguments) object generated by setup_glm_pipeline |
model_name |
a string indicating the model name within |
run_nifti |
an optional character vector of NIfTI filenames used in l1 analysis. Prefer to pass these via the build_design_matrix object in $run_nifti |
Michael Hallquist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.