calls | R Documentation |
Data on technical support calls after a product release. Using this information, new products could be allocated technical support resources.
data(calls)
A data frame with 16 rows and 2 variables:
a numeric vector indicating number of weeks that have elapsed since the product’s release.
a numeric vector indicating the number of technical support calls.
https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_mcmc_examples12.htm
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.