Learn R Programming

UsingR (version 2.0-7)

chicken: weight gain of chickens fed 3 different rations

Description

weight gain of chickens fed 3 different rations

Usage

data(chicken)

Arguments

Format

This data frame contains the following columns:

Ration1

a numeric vector

Ration2

a numeric vector

Ration3

a numeric vector

Examples

Run this code
# NOT RUN {
data(chicken)
boxplot(chicken)
# }

Run the code above in your browser using DataLab