milkProd | R Documentation |
Data colected from Danish milk producers.
data(milkProd)
A data frame with 108 observations on the following 5 variables.
farmNo
farm number
milk
Output of milk, kg
energy
Energy expenses
vet
Veterinary expenses
cows
Number of cows
Data as .csv
are loaded by the command data
using
read.table(..., header = TRUE, sep = ";")
such that this file
is a semicolon separated file and not a comma separated file.
Accounting and business check data
data(milkProd)
y <- with(milkProd, cbind(milk))
x <- with(milkProd, cbind(energy, vet, cows))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.