March 2019
Beginner to intermediate
448 pages
13h 14m
English
In this example, we will use a dataset that contains several days of data for a website selling furniture. On each day, 50% of the website users are exposed to each background color (red or blue). Also, within each group, 50% of them are exposed to a classic font type, and 50% of them to a modern font type. The objective is to understand whether these two factors cause any impact on the sales for this website. Finally, if there are differences, we want to characterize them:
library(dplyr) r = read.csv("./2wayanova.csv")
Read now
Unlock full access