Using ACS Data Directly From R
This post goes over how to download and use Census and ACS data from within R using the tidycensus and acs packages. When possible I would... »
This post goes over how to download and use Census and ACS data from within R using the tidycensus and acs packages. When possible I would... »
Setting up your own shiny server can be helpful to host a few small projects that you want to share with a few collaborators. I am... »
For any one who writes anything data science related there comes a time when they discover the pain joy of writing there own MCMC sampler from... »
Rejection sampling allows us to sample from some target distribution when we have a proposal distribution. The algorithm works by first drawing a random value, say... »
The other day I started working with a colleague on propagating uncertainty for a negative binomial generalized linear model. To my surprise I found that there... »