NEWS.md

tidyinftheo 0.2.1

tidyinftheo 0.2.0

tidyinftheo 0.1.2

starwars %>% shannon_entropy(eye_color)
#> Warning in data.matrix(X): NAs introduced by coercion
#> [1] NaN

should be:

starwars %>% shannon_entropy(eye_color)
#> [1] 3.117176
starwars %>% select(eye_color) %>% shannon_entropy() 

now. * data entering all infotheo functions should be purely either tibbles or vectors now.

tidyinftheo 0.1.1

tidyinftheo 0.1.0



Try the tidyinftheo package in your browser

Any scripts or data that you put into this service are public.

tidyinftheo documentation built on Dec. 1, 2017, 1:01 a.m.