Laserfiche WebLink
R code: <br />(R is free statistical software, which can solve the problems that SAS can. I think it is better <br />to use R instead of SAS in this case, since you can download R and try the code by yourself. I <br />attach the two files "soil_first.txt" and "soil_second,txt" in the email, by which you can try <br />the following Rcode.) <br />1. Code for the first data set: <br />library(MASS) <br />s o il_frs t <- read.table ( "so il_fi rs t.txt ") <br />names (soil_first)< -c( "soil ", "type ") <br />sub‹- soil_first$soil [ soil _first$type== "Substitutesoil "l <br />barxp < -so i1_firs t$soil [soil_ftrs t$type = = "Soi IBarxprofite "] <br />library(MASS) <br /># the Wilcoxon rank sum test between "Substitute Soil" and "Soil Barxprofile" <br />w ilc ox. t es t(s u b, b arxp ) <br />#Wilcoxon rank sum test with continuity correction <br />#data: sub and barxp <br />#W = 55, p -value = 0.2036 <br />#alternative hypothesis: true location shift is not equal to 0 <br />#Conclusion: there is no significant difference between the distributions for "Substitute Soil" <br />and "Soil Barxprofile" <br /># the Wilcoxon rank sum test between "Substitute Soil" and "BarxLiftA" <br />barxa <- soil_first$soil [so il_first$type == "BarxLiftA"] <br />w ilco x. test(s ub,barxa) <br />#Wilcoxon rank sum test with continuity correction <br />Hata: sub and barxa <br />#W = 29.5, p -value = 0.01641 #alternative hypothesis: true location shift is not equal to 0 <br />#Conclusion: there is significant difference between the distributions for "Substitute Soil" <br />and " BarxLiftA" <br /># the Wilcoxon rank sum test between "Substitute Soil" and "BarxLiftB" <br />barxb <- soil_first$soil [ soil_first$type== 'BarxLiftB"] <br />wilcox.test(sub,barxb) <br />#Wilcoxon rank sum test with continuity correction <br />#data: sub and barxb <br />#W = 25.5, p -value = 0.7648 <br />#alternative hypothesis: true location shift is not equal to 0 <br />#Conclusion: there is no significant difference between the distributions for "Substitute Soil" <br />and " BarxLiftB" <br />2. Code for the second data set: <br />library(MASS) <br />PLTF 002496 <br />