Learn R Programming

IIS (version 1.0)

sheep_weight: Sheep Weight

Description

This data set contains the mother's mating weight and her lamb offspring's weight at age 7 months for a subset of twenty ewe-lamb pairs from the Research Farm at Ataturk University, Erzurum, Turkey. This data is displayed in Table 11.6 of Wolfe and Schneider - Intuitive Introductory Statistics.

Usage

sheep_weight

Arguments

Format

A data.frame with 20 rows and 2 columns indicating the weight (in kg) for the mother and the lamb of each pair.

Examples

Run this code
# NOT RUN {
data(sheep_weight)
summary(sheep_weight)
# }

Run the code above in your browser using DataLab