I have two numeric vectors each shows the days we need to do different tasks: a using new technology versus in b using a old technology
a <- c(10, 59, 30, 5)
b<- c(19, 70, 50, 25)
I need to know is there a significant difference between a and b? and if yes estimate the Magnitude of Differences Between Two Groups?