teratology {catdata} | R Documentation |
Teratology
Description
In a teratology experiment 58 rats on iron-deficient diets were assigned to four groups. In the first group only placebo injections were given, in the other groups iron supplements were given. The animals were made pregnant and sacrificed after three weeks. The response is the number of living and dead rats of a litter.
Usage
data(teratology)
Format
A data frame with 58 observations on the following 3 variables.
D
number of deaths of rats litter
L
number survived of rats litter
Grp
group(Untreated = 1, Injections days 7 and 10 = 2, Injections days 0 and 7 = 3, Injections weekly = 4
References
Moore, D. F. and Tsiatis, A. (1991) Robust estimation of the variance in moment methods for extra-binomial and extra-poisson variation. Biometrics 47, 383–401.
Examples
data(teratology)
summary(teratology)
## Not run:
if(interactive()){vignette("altbin-teratology")}
## End(Not run)
[Package catdata version 1.2.4 Index]