gpsleep {GLMsData} | R 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)
[Package GLMsData version 1.4 Index]