Learn R Programming

groupcompare (version 1.0.1)

quail: Daily Weight Gains of Quail Breeds

Description

A data frame containing daily weight gains (in grams) of two quail breeds during a fattening period.

Usage

data(quail)

Arguments

Format

A data frame with 16 observations on the following 2 variables:

dwg

A numeric vector containing daily weight gains (g).

genotype

A factor with levels A and B indicating breeds or genotypes.

Details

The dataset is used to compare the daily weight gain performances of different breeds of quails.

Examples

Run this code
data(quail)
head(quail)

Run the code above in your browser using DataLab