;;; $Id: BHH160-30.lsp,v 1.1 1994/02/07 20:44:09 bates Exp $ ;;; Data for problem 30, page 160 of Box, Hunter, and Hunter, ;;; "Statistics for Experimenters" (Wiley, 1978) ;;; Data are change in pupil diameter after 28 doses of nalbuphine(B) ;;; or morphine (B) (def morphine-change (list 2.4 0.08 0.8 2.0 1.9 1.0)) (def nalbuphine-change (list 0.4 0.2 -0.3 0.8 0.0))