Learn R Programming

faraway (version 1.0.6)

denim: Denim wastage by supplier

Description

Five suppliers cut denim material for a jeans manufacturer. An algorithm is used to estimate how much material will be wasted given the dimensions of the material supplied. Typically, a supplier wastes more material than the target based on the algorithm although occasionally they waste less. The percentage of waste relative to target was collected weekly for the 5 suppliers. In all, 95 observations were recorded.

Usage

data(denim)

Arguments

source

Unknown

Examples

Run this code
data(denim)
## maybe str(denim) ; plot(denim) ...

Run the code above in your browser using DataLab