LostR {PASWR} | R Documentation |
Data set containing the lost revenue in dollars/day and number of workers absent due to illness for a metallurgic company
LostR
A data frame with 25 observations on the following 2 variables:
NumberSick
LostRevenue
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(LostR) plot(NumberSick,LostRevenue) detach(LostR)