choonghyunryu / alookr

Tools for Binary Classification Modeling
https://choonghyunryu.github.io/alookr/
12 stars 3 forks source link

Column `var2` is NULL #6

Closed camnesia closed 2 years ago

camnesia commented 2 years ago

I am trying to run a simple treatment_corr() on alookr 0.3.7.

library(alookr)

example <- data.frame(val1 = c(1.2, 2.2, 3, 5),
                      val2 = c(1.7, 2.3, 3, 4),
                      val3 = c(9, 4, 1, 7))

treatment_corr(example)

Resulting in an odd error.

image

choonghyunryu commented 2 years ago

@camnesia,

I am very sorry for being late. I have put the development version that fixes the error on Github.