R version 3.0.1 (2013-05-16) -- "Good Sport" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- array(list(51 + ,159 + ,77 + ,180 + ,54 + ,158 + ,70 + ,175 + ,59 + ,155 + ,76 + ,165 + ,52 + ,158 + ,77 + ,165 + ,64 + ,165 + ,73 + ,180 + ,57 + ,160 + ,71 + ,175 + ,66 + ,165 + ,64 + ,170 + ,62 + ,165 + ,75 + ,174 + ,61 + ,171 + ,101 + ,185 + ,61 + ,170 + ,75 + ,200 + ,59 + ,168 + ,124 + ,178 + ,50 + ,165 + ,66 + ,173 + ,61 + ,168 + ,70 + ,170 + ,60 + ,160 + ,100 + ,180 + ,41 + ,153 + ,73 + ,175 + ,71 + ,165 + ,76 + ,173 + ,52 + ,161 + ,65 + ,175 + ,63 + ,170 + ,69 + ,171 + ,54 + ,165 + ,86 + ,175 + ,53 + ,160 + ,67 + ,188 + ,59 + ,159 + ,80 + ,178 + ,55 + ,158 + ,80 + ,180 + ,56 + ,173 + ,82 + ,175 + ,75 + ,158 + ,85 + ,183 + ,57 + ,163 + ,73 + ,170 + ,75 + ,169 + ,107 + ,185 + ,59 + ,160 + ,64 + ,172 + ,63 + ,163 + ,74 + ,180 + ,62 + ,161 + ,70 + ,169 + ,51 + ,155 + ,58 + ,170 + ,61 + ,171 + ,69 + ,165 + ,54 + ,163 + ,71 + ,170 + ,57 + ,159 + ,76 + ,175 + ,50 + ,161 + ,98 + ,185 + ,55 + ,150 + ,76 + ,175 + ,64 + ,158 + ,66 + ,175 + ,60 + ,163 + ,70 + ,180 + ,52 + ,175 + ,70 + ,183 + ,55 + ,163 + ,56 + ,170 + ,56 + ,170 + ,61 + ,183 + ,53 + ,165 + ,66 + ,175 + ,59 + ,160 + ,68 + ,170 + ,56 + ,160 + ,86 + ,183 + ,56 + ,161 + ,71 + ,180 + ,57 + ,160 + ,87 + ,185 + ,50 + ,165 + ,101 + ,182 + ,52 + ,153 + ,63 + ,175 + ,55 + ,163 + ,90 + ,183 + ,47 + ,160 + ,79 + ,171 + ,45 + ,160 + ,67 + ,179 + ,63 + ,173 + ,83 + ,181 + ,51 + ,160 + ,94 + ,183 + ,51 + ,150 + ,76 + ,165 + ,55 + ,164 + ,66 + ,178 + ,64 + ,165 + ,77 + ,175 + ,55 + ,163 + ,73 + ,165 + ,57 + ,171 + ,89 + ,185 + ,77 + ,165 + ,84 + ,175 + ,62 + ,163 + ,91 + ,185 + ,68 + ,175 + ,83 + ,188 + ,55 + ,163 + ,68 + ,175 + ,45 + ,153 + ,86 + ,183 + ,68 + ,169 + ,58 + ,165 + ,44 + ,155 + ,68 + ,174 + ,61 + ,163 + ,58 + ,161 + ,53 + ,158 + ,95 + ,188 + ,47 + ,148 + ,75 + ,165 + ,53 + ,160 + ,61 + ,170 + ,62 + ,168 + ,64 + ,168 + ,53 + ,160 + ,68 + ,178 + ,55 + ,163 + ,67 + ,165 + ,55 + ,176 + ,82 + ,175 + ,66 + ,171 + ,68 + ,173 + ,55 + ,155 + ,78 + ,175 + ,55 + ,165 + ,70 + ,173 + ,55 + ,158 + ,75 + ,180 + ,67 + ,170 + ,93 + ,188 + ,58 + ,165 + ,86 + ,173 + ,47 + ,160 + ,71 + ,175 + ,45 + ,152 + ,80 + ,180 + ,44 + ,160 + ,91 + ,178 + ,56 + ,165 + ,81 + ,178 + ,50 + ,160 + ,54 + ,160 + ,52 + ,158 + ,58 + ,171 + ,59 + ,155 + ,62 + ,168 + ,66 + ,165 + ,50 + ,155 + ,59 + ,160 + ,56 + ,160 + ,55 + ,168 + ,54 + ,166 + ,49 + ,155 + ,59 + ,165 + ,51 + ,158 + ,61 + ,161) + ,dim=c(4 + ,98) + ,dimnames=list(c('FemaleRepwt + ,' + ,'FemaleRepht + ,' + ,'MaleRepWt + ,' + ,'MaleRepht') + ,1:98)) > y <- array(NA,dim=c(4,98),dimnames=list(c('FemaleRepwt,','FemaleRepht,','MaleRepWt,','MaleRepht'),1:98)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par3 = '2' > par2 = '1' > par1 = 'two.sided' > par2 <- as.numeric(par2) > par3 <- as.numeric(par3) > x <- t(y) > > #Note: the /var/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/wessaorg/rcomp/createtable") > > a<-table.start() > a <- table.row.start(a) > a <- table.element(a,'Wilcoxon-Mann-Whitney Test',3,TRUE) > a <- table.row.end(a) > a <- table.row.start(a) > a <- table.element(a,'',1,TRUE) > a <- table.element(a,'Statistic',1,TRUE) > a <- table.element(a,'P-value',1,TRUE) > a <- table.row.end(a) > W <- wilcox.test(x[,par2],x[,par3],alternative=par1) > a<-table.row.start(a) > a<-table.element(a,'Test',1,TRUE) > a<-table.element(a,W$statistic[[1]]) > a<-table.element(a,signif(W$p.value, digits=5) ) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/wessaorg/rcomp/tmp/1up8r1378104272.tab") > a<-table.start() > a <- table.row.start(a) > a <- table.element(a,'Menu of R Modules',2,TRUE) > a <- table.row.end(a) > a <- table.row.start(a) > a <- table.element(a,'Workshop',1,TRUE) > a <- table.element(a,'Link',1,TRUE) > a <- table.row.end(a) > a <- table.row.start(a) > a<-table.element(a,'go to',1,header=TRUE) > a <- table.element(a,hyperlink('http://www.wessa.net/rwasp_varia1.wasp?mobile=-400','Histogram & QQplots','Click here to load the R module.'),1) > a <- table.row.end(a) > a <- table.row.start(a) > a<-table.element(a,'go to',1,header=TRUE) > a <- table.element(a,hyperlink('http://www.wessa.net/rwasp_CARE Data Boxplot.wasp?mobile=-400','Go to Scatterplot Matrix and Boxplots','Click here to load the R module.'),1) > a <- table.row.end(a) > a <- table.row.start(a) > a<-table.element(a,'go to',1,header=TRUE) > a <- table.element(a,hyperlink('http://www.wessa.net/rwasp_Reddy-Moores K-S Test.wasp?mobile=-400','Go to Kolmogorov-Smirnov Test','Click here to load the R module.'),1) > a <- table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/wessaorg/rcomp/tmp/2ujly1378104272.tab") > > > > proc.time() user system elapsed 0.539 0.333 0.854