ricestraw | R Documentation |
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
data(ricestraw)
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
Ph.D. project at the Faculty of LIFE Sciences, University of Copenhagen
data(ricestraw)
plot(ricestraw$time, ricestraw$weight)
lm(weight ~ time, data=ricestraw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.