Sample from normal distribution to find the number of visits required when patient enters pathway.
Usage
dis_init_slots(
z = parent.frame()$z,
isr = parent.frame()$isr[z],
sd_isr = parent.frame()$sd_isr[z],
n_slots = parent.frame()$n_slots[z]
)
Arguments
- z
String - scenario
- isr
Float - mean for ISR distribution - default is from isr vector
- sd_isr
Float - standard deviation for ISR distribution - default is from sd_isr vector
- n_slots
Float - number of visit slots available per day - default is from n_slots vector