rr_df_maker | R Documentation |
Creates a set of data frames for use in a CSNL round-robin analyses of fMRI data. Output from this function will be necessary for out rr_* functions in this package.
rr_df_maker(fsl_zstats, subs_csv)
fsl_zstats |
A path to a text file from fslmeants output. |
subs_csv |
A .csv file with group, subject, and target columns that will be used in the analysis. |
Robert S. Chavez
rr_df_maker("~/data/fsl_output.txt", "~/data/subect_list.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.