# Example 1: Uncontrolled after 2mg
# Secretions still present (0)
atropine_toxicity_dosing(2, 0)
# Example 2: Uncontrolled after 4mg
# Secretions still present (0) -> Recommends 8mg
atropine_toxicity_dosing(4, 0)
# Example 3: Controlled
# Secretions dry (1). Total dose given was 20mg.
# Recommends infusion at 2-4 mg/hr
atropine_toxicity_dosing(8, 1, total_cumulative_dose_mg = 20)
Run the code above in your browser using DataLab