tidyverse

Some useful functions to wrangle with time series data

Time series data wrangling

Logistic Regression: Model Building and Interpretation

Logistic regression is a widely used modelling approach, however little is known about the modelling processes and interpretation of model outputs. This post demonstrates how to build a logistic model with R and how to interpret the results.

Zoom Your Plots with ggforce

You can use facet_zoom from the ggforce package to zoom out graphs instead of using your mouse (Contextual zoom).

Formatting axis labels in ggplot

With the ggplot2 package, you've got full control over the axes labels in charts. Here we are going to look at some of the most commonly needed formatting options in order to make your graph aesthetically pleasing

Highlight data points in a scatterplot

Highlight selected points in the scatterplot

How to install and load multiple packages at once?

Install multiple R packages at once/ check and install missing packages.