Sample from normal distribution to find the number of visits required on patient's final day in pathway.
Usage
dis_end_slots(
z = parent.frame()$z,
end_sr = parent.frame()$end_sr[z],
sd_esr = parent.frame()$sd_esr[z]
)
Arguments
- z
String - scenario
- end_sr
Float - mean for ESR distribution - default from end_sr vector
- sd_esr
float - standard deviation for ESR distribution - default from sd_esr vector