loadCallcenterData: Load Callcenter Data from GitHub Repository

View source: R/load_github_data.R

loadCallcenterDataR Documentation

Load Callcenter Data from GitHub Repository

Description

This function loads the Callcenter dataset from the Rfssa_dataset repository on GitHub (https://github.com/haghbinh/dataset/Rfssa_dataset). By hosting datasets on GitHub rather than including them in the Rfssa R package, storage space is conserved. The Callcenter dataset represents a small call center for an anonymous bank. It provides precise call timing data from January 1 to December 31, 1999. The data is aggregated into 6-minute intervals on each day.

Usage

loadCallcenterData()

Format

a dataframe with 87,600 rows and 5 variables:

calls

number of calls in a 6-minute aggregated interval.

u

numeric vector indicating the aggregated interval.

Date

date and time of call count recording.

Day

weekday associated with Date.

Month

month associated with Date.

References

  1. Brown, L., Gans, N., Mandelbaum, A., Sakov, A., Shen, H., Zeltyn, S., & Zhao, L. (2005). Statistical analysis of a telephone call center: A queueing-science perspective. Journal of the American Statistical Association, 100(469), 36-50.

  2. Shen, H., & Huang, J. Z. (2005). Analysis of call center arrival data using singular value decomposition. Applied Stochastic Models in Business and Industry, 21(3), 251-263.

  3. Huang, J. Z., Shen, H., & Buja, A. (2008). Functional principal components analysis via penalized rank one approximation. Electronic Journal of Statistics, 2, 678-695.

  4. Maadooliat, M., Huang, J. Z., & Hu, J. (2015). Integrating data transformation in principal components analysis. Journal of Computational and Graphical Statistics, 24(1), 84-103.

See Also

Callcenter, funts

Examples

## Not run: 
loadCallcenterData()
str(callcenter)

## End(Not run)


Rfssa documentation built on Oct. 27, 2023, 1:08 a.m.