students: Students and lecturers data

studentsR Documentation

Students and lecturers data

Description

A dataset from Field, A. P. (2023). 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


profandyfield/discovr documentation built on May 4, 2024, 4:32 p.m.