Learn R Programming

GLMsData (version 1.4)

gpsleep: Sleep times for guinea pigs

Description

Amount of sleep in guinea pigs after receiving ketamine

Usage

data(gpsleep)

Arguments

Format

A data frame with 30 observations on the following 2 variables.

Sleep

the minutes of sleep (zero means the guinea pig did not sleep); a numeric vector

Dose

the dose of ketamine in mg/kg body weight; a numeric vector

References

The original source is: L. E. McCracken, R. E. Toby, and R. Bailey (1977) Ketamine and thiopental sleep responses in hyperbaric helium oxygen in guinea pigs. Undersea Biomedical Research, 6(4), 329--338.

Examples

Run this code
data(gpsleep)
plot(Sleep~Dose, data=gpsleep)

Run the code above in your browser using DataLab