Simple simulator to create a waiting list
wl_simulator.Rd
Creates a simulated waiting list comprising referral dates, and removal dates
Usage
wl_simulator(
start_date = NULL,
end_date = NULL,
demand = 10,
capacity = 11,
waiting_list = NULL,
withdrawal_prob = NA,
detailed_sim = FALSE
)
Arguments
- start_date
date. The start date for the simulation
- end_date
date. The end date for the simulation
- demand
numeric. Weekly demand (ie. typical referrals per week)
- capacity
numeric. Weekly capacity (ie. typical removals per week)
- waiting_list
integer. The number of patients on the waiting list contains the referral dates