stat340_raq_quiz | R Documentation |
During the STAT340 course given in 2019 and 2020, the students were asked to fill out the ‘R Anxiety Questionnaire’ and a STAT340 quiz. The ‘R Anxiety Questionnaire’ consists of 24 claims, and the students gave a score of 1-5 to each claim. The STAT340 quiz consists of 20 questions, and a total of 20 points could be scored.
stat340_raq_quiz
A tibble with 86 observations (rows) and 27 variables (columns).
Explanation of the columns:
[, 1] individual
- character"g1ind2" refers to student 2 in group 1
[, 2] year
- numericThe year the ‘R Anxiety Questionnaire’ and the STAT340 quiz were answered
[, 3] quizscore
- numericThe students' score on the STAT340 quiz
stat340_raq_quiz[, 4:27]
- numericScores 1 - 5 on the ‘R Anxiety Questionnaire’. A score of 1 implied that they strongly disagreed, 5 implied that they strongly agreed
This data was used in Group-Exercises-Multivariate II
# A short summary of the variables
summary(stat340_raq_quiz)
# Quiz scores from 2019 and 2020
boxplot(quizscore ~ year, data = stat340_raq_quiz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.