Learn R Programming

MariNET (version 1.0.0)

example_data: Example Dataset: Psychological and Behavioral Responses

Description

This dataset contains self-reported psychological and behavioral responses from individuals.

Usage

example_data

Arguments

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.

Examples

Run this code
data(example_data)
head(example_data)

Run the code above in your browser using DataLab