Simulating A/B testing and experiment data
6 minute read Published:
jt <- function(data) {
if (is_appropriate) {
result <- data %>% do_econometrics()
}
else {
result <- data %>% scatterplot()
}
result
}
6 minute read Published:
16 minute read Published:
Canada's open data portal gets a C+. Get ready for a million tables describing the metadata-only API and the sometimes open data links they provide.
11 minute read Published:
A look at digital copies of Canadian parliamentary debates 1994--2017, showing gender imbalance in both number of speakers and time pattern of speakers.
2 minute read Published:
Was Jalen Rose really the first Jalen?
4 minute read Published:
There are 70 million dogs in the US. Those dogs on raw food diets are much more likely to cause salmonella infections in humans than on dry (kibble) food diets.
5 minute read Published:
A Friends time series #rstats ggplot that tries to give you more questions than answers.
8 minute read Published:
This post includes a R code script to generate Friends episode titles, focusing on using parts of speech.
2 minute read Published:
A short post to describe repeatedly randomly generating objects.
5 minute read Published:
This post includes a R code script to generate Friends episode titles.
1 minute read Published:
These are blogdown things I found helpful.