| DiabeticMice {mratios} | R Documentation |
Serum albumin of diabetic mice
Description
The amounts of nitrogen-bound bovine serum albumen produced by three groups of diabetic mice
Usage
data("DiabeticMice")
Format
A data frame with 57 observations on the following 2 variables.
groupa factor with levels
alloxaninsulinnormalresponseAmounts of nitrogen-bound bovine serum albumen produced by the mice
Details
The 57 observations of the amounts of nitrogen-bound bovine serum albumen produced by three groups of diabetic mice, these being normal, alloxan diabetic and alloxan diabetic treated with insulin.
Source
Hand, D. J., Daly, F., McConway, K., Lunn, D. and Ostrowski, E. (1994). A Handbook of Small Data Sets. Chapman & Hall/CRC, London.
Examples
data(DiabeticMice)
str(DiabeticMice)
boxplot(response~group, data = DiabeticMice)
y <- DiabeticMice$response
f <- DiabeticMice$group
mcpqdci(y, f)
mcpqrci(y, f)
[Package mratios version 1.4.2 Index]