The R Project SVN R

Rev

Rev 88749 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88749 Rev 88766
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2025-08-31 r88747) -- "Unsuffered Consequences"
2
R Under development (unstable) (2025-09-01 r88761) -- "Unsuffered Consequences"
3
Copyright (C) 2025 The R Foundation for Statistical Computing
3
Copyright (C) 2025 The R Foundation for Statistical Computing
4
Platform: x86_64-pc-linux-gnu
4
Platform: x86_64-pc-linux-gnu
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
Line 623... Line 623...
623
> wilcox.test(A, B)
623
> wilcox.test(A, B)
624
 
624
 
625
	Wilcoxon rank sum exact test
625
	Wilcoxon rank sum exact test
626
 
626
 
627
data:  A and B
627
data:  A and B
628
W = 89, p-value = 0.0065
628
W = 89, p-value = 0.0054
629
alternative hypothesis: true location shift is not equal to 0
629
alternative hypothesis: true location shift is not equal to 0
630
 
630
 
631
> 
631
> 
632
> plot(ecdf(A), do.points=FALSE, verticals=TRUE, xlim=range(A, B))
632
> plot(ecdf(A), do.points=FALSE, verticals=TRUE, xlim=range(A, B))
633
> plot(ecdf(B), do.points=FALSE, verticals=TRUE, add=TRUE)
633
> plot(ecdf(B), do.points=FALSE, verticals=TRUE, add=TRUE)