March 2019
Beginner to intermediate
448 pages
13h 14m
English
In the following example, we will load a dataset containing performance scores for employees. We will observe four records for each employee. For each time step, each employee will receive either the traditional or the boost compensation package. We want to find out whether there are differences between the two compensation packages:
library(ggplot2)library(nlme)data_company = read.csv("./repeated_measures.csv")
Read now
Unlock full access