example_data {MariNET} | R Documentation |
Example Dataset: Psychological and Behavioral Responses
Description
This dataset contains self-reported psychological and behavioral responses from individuals.
Usage
example_data
Format
A data frame with multiple rows and 17 variables:
- id
Unique participant identifier (integer).
- Relax
Self-reported relaxation level (integer scale).
- Irritable
Self-reported irritability level (integer scale).
- Worry
Level of worry experienced (integer scale).
- Nervous
Self-reported nervousness (integer scale).
- Future
Concerns about the future (integer scale).
- Anhedonia
Self-reported lack of enjoyment (integer scale).
- Tired
Level of tiredness (integer scale).
- Hungry
Self-reported hunger level (integer scale).
- Alone
Feeling of loneliness (integer scale).
- Angry
Level of anger experienced (integer scale).
- Social_offline
Offline social interactions (integer scale).
- Social_online
Online social interactions (integer scale).
- Music
Time spent listening to music (integer scale).
- Procrastinate
Self-reported procrastination (integer scale).
- Outdoors
Time spent outdoors (integer scale).
- C19_occupied
Engagement in activities during COVID-19 (integer scale).
- C19_worry
Level of worry related to COVID-19 (integer scale).
- Home
Time spent at home (integer scale).
- day
Day number of the study (integer).
- beep
Moment within the day when data was collected (integer).
- conc
Self-reported concentration level (integer scale).
Details
This dataset was collected from a study examining psychological and behavioral responses to various daily experiences. Each row represents a unique moment of self-reporting.
Source
Reproducible figure for Nature Methods primer paper, Borsboom et al. 2021. This examples contains a subset of variables collected and modeled in our covid19 paper. This paper, with full data is available on https://journals.sagepub.com/doi/10.1177/21677026211017839. Eiko Fried, March 14 2021
Examples
data(example_data)
head(example_data)