ricestraw: Weight increase for cattle fed with rice straw

ricestrawR Documentation

Weight increase for cattle fed with rice straw

Description

Weight gain of cattle fed with rice straw to see if rice straw can replace wheat straw as potential feed for slaughter cattle in Tanzania

Usage

data(ricestraw)

Format

A data frame with 35 observations on the following 2 variables.

time

number of days that the calf has been fed rice straw

weight

weight gain (in kg) since the calf was first fed rice straw

Source

Ph.D. project at the Faculty of LIFE Sciences, University of Copenhagen

Examples

data(ricestraw)
plot(ricestraw$time, ricestraw$weight)
lm(weight ~ time, data=ricestraw)

isdals documentation built on Aug. 20, 2023, 1:07 a.m.

Related to ricestraw in isdals...