chicken {UsingR}R Documentation

weight gain of chickens fed 3 different rations

Description

weight gain of chickens fed 3 different rations

Usage

data(chicken)

Format

This data frame contains the following columns:

Ration1
a numeric vector
Ration2
a numeric vector
Ration3
a numeric vector

Source

From Kitchens' Exploring Statistics.

Examples

data(chicken)
boxplot(chicken)

[Package UsingR version 0.1-12 Index]