weightgain: weight gain in rats

Description Usage Format Source Examples

Description

Rats were fed diets with different quantities of protein from either animal or plant sources. The weight gained at the end of the experiment was the response variable.

Usage

1
data("weightgain")

Format

A data frame with 40 observations on the following 3 variables

source

source of protein given, a factor with levels Beef and Cereal

type

amount of protein given, a factor with levels High and Low

weightgain

weight gain in grams

Source

Hand, D.J., Daly, F., Lunn, A.D., McConway, K.J. and Ostrowski, E. 1994. A Handbook of Small Datasets, Chapman and Hall, London.

Examples

1
2
  data("weightgain")
  with(weightgain, table(source, type))

evidence documentation built on May 2, 2019, 2:14 p.m.