Example code for chapter nine, Clojure for Data Science.
This chapter makes use of two datasets: the Longley dataset and the Airline dataset from Box & Jenkins (1976).
Both datasets are included with the Incanter library.
Examples can be run with:
# Replace 9.1 with the example you want to run:
lein run -e 9.1
or open an interactive REPL with:
lein repl
Copyright © 2015 Henry Garner
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.