Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_Reddy-Moores Wilcoxon Mann-Witney Test.wasp
Title produced by softwareWilcoxon-Mann-Whitney Test
Date of computationFri, 01 Jun 2012 05:53:40 -0400
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2012/Jun/01/t1338544435co0tqrfzt4upw85.htm/, Retrieved Thu, 02 May 2024 02:21:56 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=168458, Retrieved Thu, 02 May 2024 02:21:56 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact95
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Wilcoxon-Mann-Whitney Test] [] [2012-06-01 09:53:40] [10859d22281cca92ea91c7e9bff5476e] [Current]
Feedback Forum

Post a new message
Dataseries X:
58	51
53	54
59	59
166	56
51	52
64	64
52	57
65	66
62	62
61	61
61	61
54	59
50	50
63	61
58	60
39	41
71	71
52	52
68	63
56	54
54	53
63	59
54	55
54	56
75	75
56	57
78	75
60	59
64	63
64	62
52	51
62	61
55	54
56	57
50	50
50	55
63	64
61	60
53	52
60	55
56	56
53	53
57	59
57	56
56	56
56	57
50	50
52	52
55	55
47	47
45	45
62	63
53	51
52	51
57	55
64	64
59	55
55	57
76	77
62	62
68	68
55	55
45	45
68	68
44	44
62	61
56	53
50	47
53	53
64	62
52	53
53	55
54	55
64	66
55	55
55	55
59	55
70	67
57	58
47	47
47	45
48	44
57	56
51	50
54	54
53	52
59	58
59	59
63	62
66	66
53	50
63	59
56	56
60	55
58	54
50	49
59	59
51	51
62	61





\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 0 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ jenkins.wessa.net \tabularnewline
R Framework error message & 
Warning: there are blank lines in the 'Data X' field.
Please, use NA for missing data - blank lines are simply
 deleted and are NOT treated as missing values.
\tabularnewline R Engine error message &
Error in wilcox.test.default(x[, par2], x[, par3], alternative = par1) : 
  not enough (finite) 'x' observations
Calls: wilcox.test -> wilcox.test.default
Execution halted
\tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=168458&T=0

[TABLE]
[ROW][C]Summary of computational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]0 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gwilym Jenkins' @ jenkins.wessa.net[/C][/ROW]
[ROW][C]R Framework error message[/C][C]
Warning: there are blank lines in the 'Data X' field.
Please, use NA for missing data - blank lines are simply
 deleted and are NOT treated as missing values.
[/C][/ROW] [ROW][C]R Engine error message[/C][C]
Error in wilcox.test.default(x[, par2], x[, par3], alternative = par1) : 
  not enough (finite) 'x' observations
Calls: wilcox.test -> wilcox.test.default
Execution halted
[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=168458&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=168458&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ jenkins.wessa.net
R Framework error message
Warning: there are blank lines in the 'Data X' field.
Please, use NA for missing data - blank lines are simply
 deleted and are NOT treated as missing values.
R Engine error message
Error in wilcox.test.default(x[, par2], x[, par3], alternative = par1) : 
  not enough (finite) 'x' observations
Calls: wilcox.test -> wilcox.test.default
Execution halted



Parameters (Session):
par1 = two.sided ;
Parameters (R input):
par1 = two.sided ; par2 = ; par3 = ;
R code (references can be found in the software module):
par2 <- as.numeric(par2)
par3 <- as.numeric(par3)
x <- t(y)
load(file='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='mytable.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('https://automated.biganalytics.eu/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('https://automated.biganalytics.eu/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('https://automated.biganalytics.eu/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='mytable1.tab')