Mostly Counting

A collection of posts on Data Science, Statistics, R, and Python

This blog is part of R-bloggers.com

Recent Posts

Using a Data Dictionary to Recode Columns with dplyr

This blog post provides an in-depth tutorial on using dplyr to recode and rename multiple columns across several datasets according to a data dictionary.

Static and Dynamic Web Scraping with R

This blog post provides an instructive guide to web scraping in R, starting with basic techniques and advancing to complex tasks. It covers scraping static and dynamic websites, string manipulation and recursive functions.

Mastering the Many Models Approach

This blog post reviews the original Many Models Approach, updates it using the current tidyverse syntax, and expands upon the original approach by introducing new building blocks and helper functions.

Most of data science is counting,
and sometimes dividing.

— Hadley Wickham