gpsleep: Sleep times for guinea pigs

gpsleepR Documentation

Sleep times for guinea pigs

Description

Amount of sleep in guinea pigs after receiving ketamine

Usage

data(gpsleep)

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

Source

R. C. Bailey, J. P. Summe, L. D. Homer, and L. E. McCraken (1978) A model for analysis of the anesthetic response, Biometrics. 34(2), 223–232.

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

data(gpsleep)
plot(Sleep~Dose, data=gpsleep)

GLMsData documentation built on Aug. 22, 2022, 9:10 a.m.

Related to gpsleep in GLMsData...