calls {glmtoolbox} | R Documentation |
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)
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.
Source
https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_mcmc_examples12.htm
Examples
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"))
[Package glmtoolbox version 0.1.12 Index]