milkProd {Benchmarking}R Documentation

Data: Milk producers

Description

Data colected from Danish milk producers.

Usage

data(milkProd)

Format

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

Note

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.

Source

Accounting and business check data

Examples

data(milkProd)
y <- with(milkProd, cbind(milk))
x <- with(milkProd, cbind(energy, vet, cows))

[Package Benchmarking version 0.32 Index]