R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-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(77 + ,77 + ,58 + ,51 + ,53 + ,54 + ,68 + ,70 + ,59 + ,59 + ,76 + ,76 + ,76 + ,77 + ,69 + ,73 + ,71 + ,71 + ,65 + ,64 + ,70 + ,75 + ,166 + ,56 + ,51 + ,52 + ,64 + ,64 + ,52 + ,57 + ,65 + ,66 + ,92 + ,101 + ,62 + ,62 + ,76 + ,75 + ,61 + ,61 + ,119 + ,124 + ,61 + ,61 + ,65 + ,66 + ,66 + ,70 + ,54 + ,59 + ,50 + ,50 + ,63 + ,61 + ,58 + ,60 + ,39 + ,41 + ,101 + ,100 + ,71 + ,71 + ,75 + ,73 + ,79 + ,76 + ,52 + ,52 + ,68 + ,63 + ,64 + ,65 + ,56 + ,54 + ,69 + ,69 + ,88 + ,86 + ,65 + ,67 + ,54 + ,53 + ,80 + ,80 + ,63 + ,59 + ,78 + ,80 + ,85 + ,82 + ,54 + ,55 + ,54 + ,56 + ,75 + ,75 + ,82 + ,85 + ,56 + ,57 + ,74 + ,73 + ,102 + ,107 + ,65 + ,64 + ,73 + ,74 + ,75 + ,70 + ,57 + ,58 + ,68 + ,69 + ,71 + ,71 + ,71 + ,76 + ,78 + ,75 + ,97 + ,98 + ,60 + ,59 + ,64 + ,63 + ,64 + ,62 + ,52 + ,51 + ,80 + ,76 + ,62 + ,61 + ,66 + ,66 + ,55 + ,54 + ,56 + ,57 + ,50 + ,50 + ,50 + ,55 + ,63 + ,64 + ,69 + ,70 + ,69 + ,70 + ,61 + ,60 + ,55 + ,56 + ,53 + ,52 + ,60 + ,55 + ,56 + ,56 + ,59 + ,61 + ,62 + ,66 + ,53 + ,53 + ,57 + ,59 + ,57 + ,56 + ,70 + ,68 + ,56 + ,56 + ,84 + ,86 + ,69 + ,71 + ,88 + ,87 + ,56 + ,57 + ,103 + ,101 + ,50 + ,50 + ,52 + ,52 + ,55 + ,55 + ,63 + ,63 + ,47 + ,47 + ,45 + ,45 + ,62 + ,63 + ,53 + ,51 + ,52 + ,51 + ,57 + ,55 + ,64 + ,64 + ,59 + ,55 + ,84 + ,90 + ,79 + ,79 + ,55 + ,57 + ,67 + ,67 + ,76 + ,77 + ,62 + ,62 + ,83 + ,83 + ,96 + ,94 + ,75 + ,76 + ,65 + ,66 + ,78 + ,77 + ,69 + ,73 + ,68 + ,68 + ,55 + ,55 + ,45 + ,45 + ,68 + ,68 + ,44 + ,44 + ,62 + ,61 + ,87 + ,89 + ,56 + ,53 + ,50 + ,47 + ,83 + ,84 + ,53 + ,53 + ,64 + ,62 + ,90 + ,91 + ,85 + ,83 + ,66 + ,68 + ,52 + ,53 + ,53 + ,55 + ,54 + ,55 + ,64 + ,66 + ,55 + ,55 + ,55 + ,55 + ,59 + ,55 + ,70 + ,67 + ,88 + ,86 + ,57 + ,58 + ,47 + ,47 + ,47 + ,45 + ,48 + ,44 + ,54 + ,58 + ,69 + ,68 + ,57 + ,56 + ,51 + ,50 + ,54 + ,54 + ,53 + ,52 + ,59 + ,58 + ,56 + ,58 + ,59 + ,59 + ,63 + ,62 + ,66 + ,66 + ,96 + ,95 + ,53 + ,50 + ,76 + ,75 + ,61 + ,61 + ,62 + ,64 + ,71 + ,68 + ,66 + ,67 + ,81 + ,82 + ,68 + ,68 + ,80 + ,78 + ,63 + ,59 + ,70 + ,70 + ,56 + ,56 + ,60 + ,55 + ,58 + ,54 + ,76 + ,75 + ,50 + ,49 + ,88 + ,93 + ,89 + ,86 + ,59 + ,59 + ,51 + ,51 + ,62 + ,61 + ,74 + ,71 + ,83 + ,80 + ,90 + ,91 + ,79 + ,81) + ,dim=c(2 + ,181) + ,dimnames=list(c('weight' + ,'repwt') + ,1:181)) > y <- array(NA,dim=c(2,181),dimnames=list(c('weight','repwt'),1:181)) > 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 = 'greater' > 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/1ypmc1338544284.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/Ian.Holliday/rwasp_varia1.wasp','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/Ian.Holliday/rwasp_CARE Data Boxplot.wasp','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/Ian.Holliday/rwasp_Reddy-Moores K-S Test.wasp','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/2e1fa1338544284.tab") > > > > proc.time() user system elapsed 0.267 0.066 0.322