honesty_lab: Honesty lab data

honesty_labR Documentation

Honesty lab data

Description

A dataset from Field, A. P. (2023). Discovering statistics using R and RStudio (2nd ed.). London: Sage.

Usage

honesty_lab

Format

A tibble with 100 rows and 3 variables.

Details

Fictional data about the honesty lab. Imagine we were interested in how people evaluated dishonest acts. Participants evaluate the dishonesty of acts based on watching videos of people confessing to those acts. Imagine we took 100 people and showed them a random dishonest act described by the perpetrator. They then evaluated the honesty of the act (from 0 = appalling behaviour to 10 = it's OK really) and how much they liked the person (0 = not at all, 10 = a lot). The data set has three variables

  • id: Participant's id

  • deed: evaluation of the honesty of the act (from 0 = appalling behaviour to 10 = it's OK really)

  • likeableness: evaluation of the perpetrator (0 = not at all, 10 = a lot)

Source

www.discovr.rocks/csv/honesty_lab.csv


profandyfield/discovr documentation built on Oct. 29, 2023, 4:10 p.m.