1
2
3
4
5
#

Name:

Description:

The data arise from an experiment to study the gain in weight of rats fed on four different diets, distinguished by amount of protein (low and high) and by source of protein (beef and cereal).

Variables:

A data frame with 40 observations on the following 4 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

weigt gain in grams.

Details

Ten rats are randomized to each of the four treatments. The question of interest is how diet affects weight gain.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

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

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Gain_in_Weight_of_Rats_959_76.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.