Learn R Programming

Rfit (version 0.27.0)

quail: Quail Data

Description

Thirty-nine quail were randomized to one of for treatments for lowering cholesterol.

Usage

data(quail)

Arguments

Format

A data frame with 39 observations on the following 2 variables.

treat

a factor with levels 1 2 3 4

ldl

a numeric vector

Examples

Run this code
data(quail)
boxplot(ldl~treat,data=quail)

Run the code above in your browser using DataLab