y2 <- c(36, 44, 47, 42, 49, 39, 46, 31, 33, 48)
y1 <- c(32, 39, 26, 35, 43, 27, 40, 37, 34, 29)
ci.mann(.05, y1, y2)
# Should return:
# Estimate SE LL UL
# 0.795 0.1401834 0.5202456 1
Run the code above in your browser using DataLab