R/bank.R

#' Arrival time and service duration of customers
#'
#' A dataset containing the arrival time and service edit
#'
#' @format A data frame with 100 rows and 2 variables:
#' \describe{
#'   \item{arrival_time}{Arrival time of customer}
#'   \item{service_time}{duration of service}
#'   ...
#' }
"bank"
Jgosr/multiserver documentation built on Dec. 18, 2021, 1:29 a.m.