students {discovr} | R Documentation |
Students and lecturers data
Description
A dataset from Field, A. P. (2026). Discovering statistics using R and RStudio (2nd ed.). London: Sage.
Usage
students
Format
A tibble with 10 rows and 7 variables.
Details
Some fictional data about students and lecturers. The object contains the following variables:
-
name: Name of person
-
birth_date: Date of birth (Year-month-day)
-
group: whether the person is a student or lecturer
-
friends: how many friends the person has. That's actual friends, not social media friends.
-
alcohol: Units of alcohol consumed per week
-
income: income (per anum)
-
neurotic: Score on a neuroticism scale
Source
www.discovr.rocks/csv/students.csv
[Package discovr version 0.2.2 Index]