create.tva.files: Function to create the Triggers Validation Files for Cartool

Description Usage Arguments

View source: R/create.tva.files.R

Description

This functions allows the user to create automatically the .tva files based on the behavioral results dataframe

Usage

1
create.tva.files(data, subj.var, CR.var, RT.var, trig.var, path.save)

Arguments

data

Name of the data frame containing the results

subj.var

Name of the subject's ID variable (tidy format, i.e. variable name in the data frame without $ or "")

CR.var

Name of the accuracy variable (tidy format)

RT.var

Name of the RT variable (tidy format)

trig.var

Name of the variable containing the triggers (tidy format)

path.save

Path to the folder where to save the .tva files


EricMenetre/NPL documentation built on June 23, 2021, 2:10 p.m.