| group_regulation_long | R Documentation |
Students' regulation strategies during collaborative learning, in long format. Contains 27,533 timestamped action records from multiple students working in groups across two courses.
group_regulation_long
A data frame with 27,533 rows and 6 columns:
Integer. Student identifier.
Character. Achievement level: "High" or "Low".
Numeric. Collaboration group identifier.
Character. Course identifier ("A", "B", or "C").
POSIXct. Timestamp of the action.
Character. Regulation action (e.g., cohesion, consensus, discuss, synthesis).
Synthetically generated from the group_regulation dataset
in the tna package.
learning_activities, srl_strategies
net <- build_network(group_regulation_long,
method = "relative",
actor = "Actor", action = "Action", time = "Time")
net
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.