我只找到一个ChickWeight {datasets}
The ChickWeight data frame has 578 rows and 4 columns from an experiment on the effect of diet on early growth of chicks.
是关于鸡的体重和年龄的关系,虽然有点偏题,但是也许在分析方面有点共同的地方。你可以试试。
调用办法:
library(datasets)
data(ChickWeight)
by the way,datasets里面有很多好的数据,你可以自己去看看