| srl | R Documentation |
The self-regulated learning (SRL) experience-sampling data used in the Learning Analytics Methods book, Chapter 20 (Vector Autoregression). Each of 36 students reported nine self-regulated-learning indicators once per study occasion for 156 occasions, giving a balanced person-by-time panel suitable for the idiographic time-series methods in this package.
srl
A data.frame with 5616 rows and 11 columns:
Student name (36 unique students).
Within-person occasion index, 1-156.
Self-efficacy.
Task value.
Planning.
Monitoring.
Effort regulation.
Control of learning.
Help seeking.
Social support.
Organizing.
The columns have already been tidied for modelling: rows are ordered by
name then day, and day is a within-person occasion index (1-156) you can
pass as the time argument to fit_usem() and fit_gimme(). No further
ordering, indexing, or column selection is needed before fitting a model.
Learning Analytics Methods, Book 2, Chapter 20 (VAR):
https://lamethods.org/book2/chapters/ch20-var/ch20-var.html. Original
data: https://github.com/lamethods/data2/raw/main/srl/srl.RDS,
licensed under CC BY-NC-SA 4.0. See the package COPYRIGHTS file for
attribution and transformation details.
data(srl)
summary(srl)
head(srl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.