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

Usage

LostR

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

attach(LostR)
plot(NumberSick,LostRevenue)
detach(LostR)

[Package PASWR version 1.0 Index]