DATA MANAGEMENT RESEARCH

ggplot2 – Editing or adding stat-summary lines to individual panels in facet-wrap r-studio

I would like some help please with a question about facet_wrap in R Here is some example data library(tidyverse) score <- c(6,5,3,2,2,1,4,5,3,4,5,4,3,2,2,2,4,6) time <- c(1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2) set <- c(1,1,1,1,1,1,1,1,2,2,3,3,3,3,3,3,3,3) ID <-…Read moreggplot2 – Editing or adding stat-summary lines to individual panels in facet-wrap r-studio