On this site you will find a set of posts on various statistics and data science topics which I wanted to learn, as I find that I learn best when trying to explain things.

I am also the author and maintainer of the bizicount R package, available from CRAN, or the dev version from GitHub. To notify me of issues with the package, please use the issues section on GitHub. I cannot guarantee responses to bug reports via email.

For my resume, or to visit my GitHub page, see the links above. To contact me via email please run the following code in R, or for those unfamiliar with R, please copy and paste the code into this site and press run.

paste(c(rev(c(paste(sort(c(5,2,7,2)),collapse= ""),
              paste0(sort(c("us","e","ha")),collapse=""),
              "jni")),"@gmail.com",sub("@yahoo.com","", ""),
        sub("@outlook.com","","")),collapse="")