Created
April 20, 2009 19:19
-
-
Save liebke/98691 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(use '(incanter core datasets charts io)) | |
(def flow-meter (to-matrix (get-dataset :flow-meter))) | |
(def x1 (sel flow-meter :cols 1)) | |
(def x2 (sel flow-meter :cols 3)) | |
(doto (bland-altman-plot x1 x2) | |
view | |
clear-background | |
(save "/tmp/bland_altman_plot.png")) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment