Learn R Programming

isdals (version 1.0-6)

ricestraw: 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)

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab