Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software ModuleIan.Hollidayrwasp_Pregnancy and cognition.wasp
Title produced by softwareCorrelation
Date of computationSat, 22 Jan 2011 13:54:05 +0000
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2011/Jan/22/t12957074709pb2gbikei5xe88.htm/, Retrieved Sun, 05 May 2024 02:19:20 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=117665, Retrieved Sun, 05 May 2024 02:19:20 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact196
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Aston University Statistical Software] [Test of Two Means] [2009-11-10 17:16:17] [98fd0e87c3eb04e0cc2efde01dbafab6]
- R P   [Aston University Statistical Software] [Compare Two Means] [2009-11-11 08:09:40] [74be16979710d4c4e7c6647856088456]
-    D    [Aston University Statistical Software] [PY2236 Week 6 dat...] [2009-11-11 12:53:10] [74be16979710d4c4e7c6647856088456]
-   P       [T-Tests] [Week 9 PY2236] [2010-11-24 14:41:08] [74be16979710d4c4e7c6647856088456]
-    D        [T-Tests] [PY2236 Week 9 Dat...] [2010-11-30 18:04:40] [74be16979710d4c4e7c6647856088456]
-               [T-Tests] [] [2011-01-22 12:03:00] [ead37655c849d69b7e121dfe16ee54a5]
- RMPD              [Correlation] [] [2011-01-22 13:54:05] [e745a3f69ffea5e0e6fd3319d0ff44ad] [Current]
Feedback Forum

Post a new message
Dataseries X:
5
5
5
4
8
2
4
4
4
4
6
4
3
7
5
6
4
8
6
4
2
1
2
3
1
2
1
3
2
3
4
5
1
2
5
2
4
8
4
4
2
1
10
4
9
3
1
5
5
3
5
5
3
3
7
4
2
4
1
4
2
4
6
4
9
2
3
3
6
7
4
2
6
0
4
1
4
4
4
4
5
1
6
7
Dataseries Y:
7
7
7
8
4
10
8
8
8
8
6
8
9
5
7
6
8
4
6
8
10
11
10
9
11
10
11
9
10
9
8
7
11
10
7
10
8
4
8
8
10
11
2
8
3
9
11
7
7
9
7
7
9
9
5
8
10
8
11
8
10
8
6
8
3
10
9
9
6
5
8
10
6
12
8
11
8
8
8
8
7
11
6
5




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'RServer@AstonUniversity' @ vre.aston.ac.uk

\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 & 1 seconds \tabularnewline
R Server & 'RServer@AstonUniversity' @ vre.aston.ac.uk \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=117665&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]1 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'RServer@AstonUniversity' @ vre.aston.ac.uk[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=117665&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=117665&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 time1 seconds
R Server'RServer@AstonUniversity' @ vre.aston.ac.uk



Parameters (Session):
par1 = two.sided ; par2 = 1 ; par3 = 2 ; par4 = Wilcoxon-Mann_Whitney ; par5 = paired ; par6 = 0.0 ; par8 = TRUE ;
Parameters (R input):
par1 = pearson ; par2 = less ;
R code (references can be found in the software module):
bitmap#file='test1#png'#
plot#x,y, xlab=xlab, ylab=ylab#
abline#coef=#lm#y ~ x##$coeff, col='red'#
ctp<-cor#test#x, y, use='pair', method='pearson'#
legend#'bottomright', c#'cor =', as#character#signif#ctp$estimate, digits=4####
dev#off##
load#file='createtable'#
a<-table#start##
a<-table#row#start#a#
a<-table#element#a,paste#'Shapiro Test #', xlab,'#',sep=''#,3,TRUE#
a<-table#row#end#a#
a<-table#row#start#a#
a<-table#element#a,'Statistic W',header=TRUE#
a<-table#element#a,'Probability',header=TRUE#
a<-table#element#a,'Link',header=TRUE#
a<-table#row#end#a#
a<-table#row#start#a#
a<-table#element#a,signif#sw1$statistic, digits=4##
a<-table#element#a,signif#sw1$p#value, digits=4##
a<-table#element#a,hyperlink#'http://en#wikipedia#org/wiki/Shapiro%E2%80%93Wilk_test','Shapiro-Wilk Test','Shapiro-Wilk Test'##
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, paste#'Shapiro Test #', ylab,'#',sep=''#,3,TRUE#
a<-table#row#end#a#
a<-table#row#start#a#
a<-table#element#a,'Statistic W',header=TRUE#
a<-table#element#a,'probability',header=TRUE#
a<-table#element#a,'Link',header=TRUE#
a<-table#row#end#a#
a<-table#row#start#a#
a<-table#element#a,signif#sw2$statistic, digits=4##
a<-table#element#a,signif#sw2$p#value, digits=4##
a<-table#element#a,hyperlink#'http://en#wikipedia#org/wiki/Shapiro%E2%80%93Wilk_test','Shapiro-Wilk Test','Shapiro-Wilk Test'##
a<-table#row#end#a#
a<-table#end#a#
table#save#a,file='mytable1#tab'#
a<-table#start##
a<-table#row#start#a#
a<-table#element#a,'Correlation Test X-Y',6,TRUE#
a<-table#row#end#a#
a<-table#row#start#a#
a<-table#element#a,'Statistic',header=TRUE#
a<-table#element#a,'Value',header=TRUE#
a<-table#element#a,'probability',header=TRUE#
a<-table#element#a,'Method',header=TRUE#
a<-table#element#a,'alternative',header=TRUE#
a<-table#row#end#a#
a<-table#row#start#a#
a<-table#element#a,na#es#cxy$estimate##
a<-table#element#a,signif#cxy$estimate, digits=4##
a<-table#element#a,signif#cxy$p#value, digits=4##
a<-table#element#a,cxy$method#
a<-table#element#a,cxy$alternative#
a<-table#row#end#a#
a<-table#end#a#
table#save#a,file='mytable2.tab'#