openintro-gorilla-incanter icon indicating copy to clipboard operation
openintro-gorilla-incanter copied to clipboard

OpenIntro Labs in Clojure with Gorilla REPL and Incanter

Results 3 openintro-gorilla-incanter issues
Sort by recently updated
recently updated
newest added

given model `m-bty-gen-ch` and `evals` dataset, the solution looks like ``` (def m-bty-gen-ch (c/scatter-plot (i/$ :bty_avg evals) (i/$ :score evals) :group-by (i/$ :gender evals) :legend true)) (def coefs (m-bty-gen :coefs))...