LambData | R Documentation |
The data used in this exercise are real data from sheep carcasses in Norwegian Slaughterhouses.
LambData
The data used in this exercise is real data from "Sauekontrollen", a database administered by Animalia AS, more info might be found at https://www.animalia.no/no/Dyr/husdyrkontrollene/sauekontrollen/ (in Norwegian). Data contains three variables "Farm" (Factor with 6 levels, but they represent 30 different farms), factor "Breed" with 5 levels, and "Carcase_weight" (real numbers in kg). The carcase weight is the carcase weight in kg as registered in the slaughterhouse.
lm(Carcase_weight ~ Breed, data = LambData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.