openintro (version 1.7.1)

chick.wts: Chicken weights vs feed type

Description

Experiment for chick weights and feed type.

Usage

data("chick.wts")

Arguments

Format

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

weight

a numeric vector

feed

a factor with levels casein horsebean linseed meatmeal soybean sunflower

Examples

Run this code
# NOT RUN {
data(chick.wts)
boxplot(chick.wts$weight ~ chick.wts$feed)
# }

Run the code above in your browser using DataLab