knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

STAT1378 - Assignment 2, Question 2

Multiserver Package

The goal of this project is to create a package "Multiserver" that can generate length of time for customers in line at the bank.

The package takes into account "predetermined factors"; the arrival time and length of the service in conjunction with how many bank tellers are working to produce a final result of how long a customer would be waiting in line.

Attempted Tasks:



MQ-STAT1378/assignment2-question2-caitlinapcar documentation built on Dec. 17, 2021, 2:12 a.m.