;;; $Id: BHH156-16.lsp,v 1.2 1994/01/28 18:20:44 bates Exp $ ;;; Data for problem 16, page 156 of Box, Hunter, and Hunter, ;;; "Statistics for Experimenters" (Wiley, 1978) ;;; Data are the taste test scores (scale of 1 to 10) for two samples of beer (def brand-A '(2 4 2 1 9 9 2 2)) (def brand-B '(8 3 5 3 7 7 4)) ;; A list of these two samples, as defined below, can be used to ;; create comparative boxplots, etc. (def beer (list brand-A brand-B))