research

Exploring ADHD 200 Dataset

Summary Source The ADHD-200 Sample is a grassroots initiative, dedicated to accelerating the scientific community’s understanding of the neural basis of ADHD through the implementation of open data-sharing and discovery-based science. Towards this goal, we are pleased to announce the unrestricted public release of 776 resting-state fMRI and anatomical datasets aggregated across 8 independent imaging sites, 491 of which were obtained from typically developing individuals and 285 in children and adolescents with ADHD (ages: 7-21 years old).

Emotional Impact on Memory Part 2

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.

Emotional Impact of Memory Part One

Processing an image database for use in a experiment to induce an emotional state in particpants. Research Protocol library(tidyverse) library(stringr) library(knitr) library(plotly) library(gridExtra) library(inspectdf) library(DT) The following was the code used to prepare images from the IAPS database for a experiment on pattern separation. The participants were seated in front of a PC and went through three tasks: Encoding, retreival and validation.