LostR {PASWR} | R Documentation |
Lost Revenue Due to Worker Illness
Description
Data set containing the lost revenue in dollars/day and number of workers absent due to illness for a metallurgic company
Format
A data frame with 25 observations on the following 2 variables:
- NumberSick
number of absent workers due to illness
- LostRevenue
lost revenue in dollars
Source
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
Examples
xyplot(LostRevenue ~ NumberSick, data = LostR, type=c("p", "r"))
[Package PASWR version 1.3 Index]