Topic 4: Comparing the central tendency of two groups

library(ggplot2)ggplot(dataSet, aes(x=Word, y=LogRT)) + geom_boxplot() 1. Comparing the median with box-and-whisker plots. ... Each observation in one group has a related observation in the other group. E.g. Experiment in which participants perform a task, undergo some experimental condition, and then perform the same task again ... If you have ... ................
................