This is the second part of the expriment on Pattern Separation. This processes the participants hits and misses into the induced negative or neutral group and displays some results.
Import
Raw CSV files with all IAPS database and images to be used in each task imported into an object.
raw_df <- read_csv("data/ret_task.csv"
, col_types = cols(CR = col_factor(levels = c("same", "different"))
, Emotion = col_factor(levels = c("negative", "neutral"))
, Sex = col_factor(levels = c("male", "female"))))
raw_dfCorrectAnswer<−recode(rawdfCorrectAnswer, a = "l", l = "a")
raw_df$Stimulus1.