Using the causalimpact package in R to estimate the counterfactual event and thereby, quantify the impact of an event.
All tagged r programming
Using the causalimpact package in R to estimate the counterfactual event and thereby, quantify the impact of an event.
Tidyquery: Query DataFrames With SQL Syntax Inside R Programming with an example containing dplyr mutate.
Use data transformation techniques on a sample e-commerce product level dataset to prepare for time series forecasts
Blog post looks at using the DataExplorer R package for quick exploratory data analysis [EDA] in R Studio
Apriori algorithm: Market Basket Analysis Lift visualization in R programming + interactive chart via Plotly + Shiny
Apriori algorithm: Market Basket Analysis Lift visualization in R programming + interactive chart via Plotly
Blog post looks at ‘nstart’ value in the k means function within R and how it determines the number of attempts at optimization.
Blog post uses an example of scale() function to explain how it functions and why it’s an important step before calculating distance matrix calculations in R programming - for K means clustering
Blog post looks at creating a basic gganimate gif in ggplot / R programming using Google Analytics data
This blog post looks at combine boxplots and scatterplot (via geom_jitter) into a single visualization within Ggplot / R Studio
Use boundary and centre parameters in geom_histogram to make histogram bins start at zero.
Blog post on how to switch from a LOESS trend curve in a Geom_smooth to a Linear equation within R programming.
R script that uses as base R to run IF / ELSE check on a column (channel) and then assign a value in a new column.
Blog post looks at pulling data and then applying several ggplot2 geoms to graphically show the relationship between bounce rate, page load time and device category
Create a basic behaviour flow chart using Sankey diagram with Google Analytics Channel and landing page data.
Code uses ggplot to visualize change + mutate function to create a calculated field [% change in sessions]
Blog post covers exploratory data analysis function in R studio to provide summary metrics on Google Analytics data.
Learn how to connect multiple Google Analytics accounts to R Studio for the googleanalyticsR package. Uses a variation of ga_auth() command to save tokens that can be called back later.