rats {nlmm}R Documentation

Growth curves

Description

The rats data frame has 135 rows and 4 columns of the change in weight measured over time for rats assigned to different treatment groups.

Format

This data frame contains the following columns:

id

grouping variable.

time

time (week) of measurement (0, 1, 2, 3, 4).

trt

treatment group (1, 2, 3).

y

weight (grams)

Details

In a weight gain experiment, 30 rats were randomly assigned to three treatment groups: treatment 1, a control (no additive); treatments 2 and 3, which consisted of two different additives (thiouracil and thyroxin respectively) to the rats drinking water (Box, 1950). Weight (grams) of the rats was measured at baseline (week 0) and at weeks 1, 2, 3, and 4. Data on three of the 10 rats from the thyroxin group were subsequently removed due to an accident at the beginning of the study.

Source

G. E. P. Box, Problems in the analysis of growth and wear curves, Biometrics 6 (4) (1950) 362-389.


[Package nlmm version 1.1.0 Index]