Learn R Programming

isdals (version 3.0.1)

chicken: Weight gain for chickens

Description

Twenty chickens were fed with four different feed types - five chickens for each type - and the weight gain was registered for each chicken after a period.

Usage

data(chicken)

Arguments

Format

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

feed

id of feed type. Numeric but it should be used a factor

gain

Weight gain (numeric)

Examples

Run this code
data(chicken)

Run the code above in your browser using DataLab