👤

11) Calculate Paired T Test with R

Using following 2 variables, calculate P value, and distribution plot.

x = c(1000, 230, 12333, 3455,23,12,3,4,45,56,78)
y = c(1,2,3,4,5,6,7,8,9,10,11)

Answer :