My WebLink
|
Help
|
About
|
Sign Out
Home
Browse
Search
2013-03-08_REVISION - C1981008 (2)
DRMS
>
Day Forward
>
Revision
>
Coal
>
C1981008
>
2013-03-08_REVISION - C1981008 (2)
Metadata
Thumbnails
Annotations
Entry Properties
Last modified
8/24/2016 5:14:42 PM
Creation date
3/8/2013 1:55:55 PM
Metadata
Fields
Template:
DRMS Permit Index
Permit No
C1981008
IBM Index Class Name
REVISION
Doc Date
3/8/2013
Doc Name
McAnany Objection
From
Dufford Waldeck
To
DRMS
Type & Sequence
PR7
Email Name
DAB
SB1
MLT
Media Type
D
Archive
No
There are no annotations on this page.
Document management portal powered by Laserfiche WebLink 9 © 1998-2015
Laserfiche.
All rights reserved.
/
55
PDF
Print
Pages to print
Enter page numbers and/or page ranges separated by commas. For example, 1,3,5-12.
After downloading, print the document using a PDF reader (e.g. Adobe Reader).
View images
View plain text
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 />
The URL can be used to link to this page
Your browser does not support the video tag.