Category: R Programming

R Data Exploration: covid-19

This tutorial is part of a series of R tutorials analyzing covid-19 data. For parts 1 and 2, see the following posts: https://www.sharpsightlabs.com/blog/r-data-analysis-covid-19-part1-data-wrangling/ https://www.sharpsightlabs.com/blog/r-data-analysis-covid-19-part-2-merge-datasets/ Covid19 analysis, part 3: initial data...continue reading.

How to use to facet_wrap

This tutorial will teach you how to use facet_wrap to create small multiple charts in ggplot2. The small multiple design is an incredibly powerful (and underused) data visualization technique. facet_wrap...continue reading.

How to do linear regression in R

Linear regression. It’s a technique that almost every data scientist needs to know. Although machine learning and artificial intelligence have developed much more sophisticated techniques, linear regression is still a...continue reading.