It is used to investigate the dependence between multiple variables at the same time and to highlight the most correlated variables in a data table.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 line
192B

  1. (ns tservice.plugins.corrplot-test
  2. (:require [clojure.test :refer :all]
  3. [tservice.plugins.corrplot :refer :all]))
  4. (deftest a-test
  5. (testing "FIXME, I fail."
  6. (is (= 0 1))))