The amounts of nitrogen-bound bovine serum albumen produced by three groups of diabetic mice
Usage
data("DiabeticMice")
Arguments
Format
A data frame with 57 observations on the following 2 variables.
group
a factor with levels alloxaninsulinnormal
response
Amounts 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.
# NOT RUN {data(DiabeticMice)
str(DiabeticMice)
boxplot(response~group, data = DiabeticMice)
y <- DiabeticMice$response
f <- DiabeticMice$group
mcpqdci(y, f)
mcpqrci(y, f)
# }