data analysis

Introduction to missing data (NAs) in R

In this tutorial, I'm going to explain what exactly an NA value is, how you can find NAs in your data, and how to remove them.

How to join tables in R

In this tutorial, I show you how to combine tables (data frames) together using both base R and the `dplyr` package.

Where to ask for help when coding in R

In this blog post, I'm going to describe a few R forums that are particularly useful when you need specific help with your own project.

Intro to evolutionary algorithms with R for beginners (from scratch) [PART 1]

Here I describe how evolutionary algorithms work by going through an example of fitting a basic linear model.

How to do a simple linear regression in R

I show you how to do a simple linear regression in R that models the relationship between two numeric variables