Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software ModuleIan.Hollidayrwasp_Bivariate Correllation.wasp
Title produced by softwareCorrelation
Date of computationSat, 15 May 2010 12:49:27 +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/2010/May/15/t1273927804yaaa0cuc37aut5m.htm/, Retrieved Sun, 28 Apr 2024 00:53:35 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=76005, Retrieved Sun, 28 Apr 2024 00:53:35 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact211
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Simple Linear Regression] [PY2224 Mock Exam ...] [2010-04-28 07:33:16] [98fd0e87c3eb04e0cc2efde01dbafab6]
- RMPD  [Correlation] [PY2224 Mock Exam ...] [2010-04-28 07:52:28] [98fd0e87c3eb04e0cc2efde01dbafab6]
-         [Correlation] [PY2224 Mock Exam ...] [2010-04-28 08:03:45] [98fd0e87c3eb04e0cc2efde01dbafab6]
-  M D      [Correlation] [PY2224 May Mock E...] [2010-04-28 12:25:43] [98fd0e87c3eb04e0cc2efde01dbafab6]
-    D        [Correlation] [PY2224 May Mock E...] [2010-04-30 11:35:53] [98fd0e87c3eb04e0cc2efde01dbafab6]
- R  D            [Correlation] [correlation ] [2010-05-15 12:49:27] [4327018c30be7314e3864737aa112038] [Current]
Feedback Forum

Post a new message
Dataseries X:
1.6
1.8
5.2
4.1
0.4
2.7
2.4
2.6
2.4
7.2
3.7
8.4
1.5
8.0
0.0
7.1
2.8
8.2
2.3
5.0
5.9
6.2
3.6
1.6
3.2
2.6
1.6
5.8
2.8
1.2
-1.5
7.8
2.5
9.6
7.4
Dataseries Y:
27
1
-67
80
-70
41
-37
0
7
-50
74
79
56
18
4
15
69
-6
32
57
59
68
-39
8
-349
169
51
43
58




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

\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' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=76005&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' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=76005&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=76005&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' @ 72.249.127.135



Parameters (Session):
par1 = pearson ; par2 = two.sided ;
Parameters (R input):
par1 = pearson ; par2 = two.sided ;
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#round#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,round#sw1$statistic, digits=4##
a<-table#element#a,round#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,round#sw2$statistic, digits=4##
a<-table#element#a,round#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',5,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,round#cxy$estimate, digits=4##
a<-table#element#a,round#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'#