Learn R Programming

MPsychoR (version 0.10-8)

NeuralActivity: Neural Activity

Description

20 participants were scanned (fMRI) while performing a task designed to elicit their thoughts about 60 mental states. On each trial, participants saw the name of a mental state (e.g., "awe"), and decided which of two scenarios would better evoke that mental state in another person (e.g., "seeing the Pyramids" or "watching a meteor shower"). Based on these measures, a 60 \(\times\) 60 correlation matrix was computed for each individual, subsequently converted into a dissimilarity matrix. In total, we have 20 such dissimilarity matrices. As additional external scales, NeuralScales gives 16 dimensions extracted from the psychological literature as a starting point for developing a theory of mental state representation: valence, arousal, warmth, competence, agency, experience, emotion, reason, mind, body, social, nonsocial, shared, and unique.

Usage

data("NeuralActivity")
data("NeuralScales")
data("NeuralScanner")

Arguments

Format

A list of 20 dissimilarity matrices (NeuralActivity).

External scales (based on a questionnaire) containing proportions telling us to which degree people associate each of the 60 mental states to the 16 theoretical dimensions they extracted from the literature (NeuralScales).

Scanner information on states, onset times and stimulus duration (NeuralScanner).

Head motion parameters (NeuralHM).

Examples

Run this code
# NOT RUN {
data(NeuralActivity)
str(NeuralActivity)

data(NeuralScales)
str(NeuralScales)

data(NeuralScanner)
str(NeuralScanner)
# }

Run the code above in your browser using DataLab