Dear RStudio Community
I have my data where I have measured a marker on the same patients at different times.
To illustrate this i have made an interaction plot:
interaction.plot(data$Week, data$ID, data$Marker, xlab = "Week", ylab = "Marker", col = data$ID)
I was wondering if it is possible in this plot to include a graph of the mean value at the different times?
Best, Kathrine