esm_srl: Momentary self-regulated-learning experience-sampling data

esm_srlR Documentation

Momentary self-regulated-learning experience-sampling data

Description

An anonymized intensive longitudinal data set in which 41 students rated their momentary self-regulation, motivation, and anxiety several times per day over the course of a study, giving roughly 70 to 80 occasions each. Unlike the once-per-day srl panel, the occasions here are within-day momentary assessments, so the series are well suited to person-specific (idiographic) VAR, graphical VAR, and unified SEM. The data are fully anonymized: the participant identifiers are fictional names, and the calendar dates have been shifted by a constant offset (preserving all within-person spacing) so that no real dates or identities remain.

Usage

esm_srl

Format

A data.frame with 2820 rows and 12 columns:

name

Fictional participant identifier (41 unique students).

occasion

Within-person occasion index, ordered in time.

date

Anonymized (constant-shifted) assessment date.

efficacy

Momentary self-efficacy (motivation).

value

Momentary task value (motivation).

planning

Momentary planning (self-regulation).

monitoring

Momentary monitoring (self-regulation).

effort

Momentary effort regulation (self-regulation).

regulation

Momentary strategy regulation (self-regulation).

motivated

Momentary felt motivation (motivation).

enjoyment

Momentary enjoyment (motivation).

anxiety

Momentary anxiety.

Details

The nine indicators span three domains: self-regulation (planning, monitoring, effort, regulation), motivation (efficacy, value, motivated, enjoyment), and anxiety. Each variable is on a 0-100 scale. Rows are one person-occasion each, ordered within person by occasion.

Examples

data(esm_srl)
summary(esm_srl)
head(esm_srl)

idiographic documentation built on Aug. 4, 2026, 1:07 a.m.