Learn R Programming

MPsychoR (version 0.10-8)

learnemo: Learning related emotions in mathematics

Description

This dataset considers achievement emotions students typically experience when learning mathematics. The authors considered 5 emotions: enjoyment (coded as 1), pride (2), anger (3), anxiety (4) and boredom (5). The data are organized in terms of paired comparisons (in standard order).

Usage

data("learnemo")

Arguments

Format

A data frame with 111 individuals and the following paired comparisons (0 if the first emotion was chosen, 2 if the second emotion was chosen, and 1 if no decision was made).

pc1_2

enjoyment vs. pride.

pc1_3

enjoyment vs. anger.

pc2_3

pride vs. anger.

pc1_4

enjoyment vs. anxiety.

pc2_4

pride vs. anxiety.

pc3_4

anger vs. anxiety.

pc1_5

enjoyment vs. boredom.

pc2_5

pride vs. boredom.

pc3_5

anger vs. boredom.

pc4_5

anxiety vs. boredom.

sex

Participant's sex (1 = male, 2 = female).

Examples

Run this code
# NOT RUN {
data("learnemo")
str(learnemo)
# }

Run the code above in your browser using DataLab