Learn R Programming

glmtoolbox (version 0.1.12)

calls: Calls to a technical support help line

Description

Data on technical support calls after a product release. Using this information, new products could be allocated technical support resources.

Usage

data(calls)

Arguments

Format

A data frame with 16 rows and 2 variables:

week

a numeric vector indicating number of weeks that have elapsed since the product’s release.

calls

a numeric vector indicating the number of technical support calls.

Examples

Run this code
data(calls)
dev.new()
with(calls,plot(week,calls,xlab="The number of weeks since the release of the product",
     pch=16,col="blue",ylab="Technical support calls"))

Run the code above in your browser using DataLab