#Biostatistics 210 #WILCOXON SIGNED-RANK TEST #PAIRED t-TEST ANALOG ROS=read.table("RosnerEX9.12.txt") ROS attach(ROS) wilcox.test(Before,After,alternative="two.sided",paired=T)