Learn R Programming

mratios (version 1.4.2)

DiabeticMice: Serum albumin of diabetic mice

Description

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 alloxan insulin normal

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.

Examples

Run this code
# NOT RUN {
data(DiabeticMice)
str(DiabeticMice)
boxplot(response~group, data = DiabeticMice)

y <- DiabeticMice$response
f <- DiabeticMice$group
mcpqdci(y, f)
mcpqrci(y, f)

# }

Run the code above in your browser using DataLab