CSV reader task entered
[CommonLispStat.git] / Data / oxygen.lsp
blob947085cb21372b6d26a1a3c43e42233ab8e061df
2 ;;; From LispStat 1 : need to document source appropriately.
4 (in-package :lisp-stat-data-examples)
6 ;;; FIXME: Shutup compiler warnings, need to clean up and
7 ;;; appropriately initialize.
10 (def ethanol (list .59 .30 .25 .03 .44 .18 .13 .02 .22 .23 .07 .00 .12 .13 .00 .01))
11 (def oxygen (list 1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 4))
12 (def sugar (list 1 1 2 2 1 1 2 2 1 1 2 2 1 1 2 2 ))