Learn R Programming

isdals (version 3.0.1)

hormone: Hormone concentration in cattle

Description

As part of a larger cattle study, the effect of two types of feed on the concentration of a certain hormone was investigated. Twenty cows were given the feed for a period, and the hormone concentration was measured initially and at the end of the period.

Usage

data(hormone)

Arguments

Format

A data frame with 20 observations on the following 3 variables.

feed

a numeric vector

initial

a numeric vector

final

a numeric vector

Examples

Run this code
data(hormone)

Run the code above in your browser using DataLab