stat340_raq_quiz: stat340_raq_quiz: The ‘R Anxiety Questionnaire’ and STAT340...

stat340_raq_quizR Documentation

stat340_raq_quiz: The ‘R Anxiety Questionnaire’ and STAT340 Quiz

Description

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.

Usage

stat340_raq_quiz

Format

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 - numeric

The year the ‘R Anxiety Questionnaire’ and the STAT340 quiz were answered

[, 3] quizscore - numeric

The students' score on the STAT340 quiz

stat340_raq_quiz[, 4:27] - numeric

Scores 1 - 5 on the ‘R Anxiety Questionnaire’. A score of 1 implied that they strongly disagreed, 5 implied that they strongly agreed

Details

This data was used in Group-Exercises-Multivariate II

Examples


# A short summary of the variables
summary(stat340_raq_quiz)

# Quiz scores from 2019 and 2020
boxplot(quizscore ~ year, data = stat340_raq_quiz)


thoree/stat340 documentation built on June 30, 2024, 4:04 p.m.