zombie_rehab: Zombie rehab

zombie_rehabR Documentation

Zombie rehab

Description

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

Usage

zombie_rehab

Format

A tibble with 190 rows and 6 variables.

Details

In the story within Field (2016) a lot of people get turned into zombies. At the end of the book it is revealed that one of the central characters, Alice, uses a gene therapy that she invented to restore the zombies back to a human state. This dataset relates to her first attempt at an efficacious gene therapy. It contains data from 190 zombies treated at 10 different clinics. Zombies were randomly assigned to two arms of the trial (wait list vs. gene therapy) and the outcome was how much they resembled their pre-zombie state (as a percentage).

  • p_id: The zombie's id.

  • clinic_id: id for the clinic attended anonymised as Clinic 1 to Clinic 10.

  • intervention: a factor that codes which arm of the trial the participant was randomized to (wait list or gene therapy).

  • resemblance: How closely their face resembled their pre-zombified state (100\

  • zombification: whether the initial zombification was achieved through low- or high-intensity zombification.

  • months_as_zombie: the time (in months) that the person had spend in a zombified state before starting the intervention.

Source

www.discovr.rocks/csv/zombie_rehab.csv

References


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