rr_df_maker: Round-robin data frame maker

View source: R/rr_df_maker.R

rr_df_makerR Documentation

Round-robin data frame maker

Description

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.

Usage

rr_df_maker(fsl_zstats, subs_csv)

Arguments

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.

Author(s)

Robert S. Chavez

Examples

rr_df_maker("~/data/fsl_output.txt", "~/data/subect_list.csv")

chavezlab/csnl documentation built on June 12, 2022, 10:09 a.m.