Learn R Programming

PASWR (version 1.3)

LostR: 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

Arguments

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

Examples

Run this code
# NOT RUN {
xyplot(LostRevenue ~ NumberSick, data = LostR, type=c("p", "r"))

# }

Run the code above in your browser using DataLab