Blog
Notes and updates on statistics, infectious disease modeling, and other miscellaneous topics.
-
Speed it up!
This will be a short post tonight. The topic is speeding up existing code. Typically the rule is make it work (e.g. do what you want it to do) before...
-
Bayesian Time Series Analysis with bsts
Bayesian methods are where we need to go. I have pretty strong opinions on this as Bayes provides a way to attune for our prior understanding of the world, move...
-
ggrough
So I came across another ggplot2 package which I like. It bootstraps off of a javascript library called roughjs . I like that you can make graphs and charts that...
-
gghighlight for the win
gghighlight is a package that is on cran that allows one to highlight certain features ones finds valuable. Right now I typically do this with some custom color coding, then...
-
Let's Try Some Visualisation
So I am going to try to use this blog to capture programming tricks and examples of R coding, data visualisation and general musing that I find interesting. This is...